Skip to content

Commit 8ff7b53

Browse files
chore: add tests for Node 20 (#79)
1 parent 3ffc96a commit 8ff7b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: 🧪 Test (Node@${{ matrix.node }})
4141
strategy:
4242
matrix:
43-
node: [12.0.0, 12, 14.0.0, 14, 16.0.0, 16, 17.0.0, 17, 18.0.0, 18, 19]
43+
node: [12.0.0, 12, 14.0.0, 14, 16.0.0, 16, 17.0.0, 17, 18.0.0, 18, 19, 20]
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: ⬇️ Checkout repo

0 commit comments

Comments
 (0)