Skip to content

Commit 98deaf5

Browse files
committed
add node 16 18 and 20 to CI
1 parent 075436f commit 98deaf5

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,22 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
os:
34-
- ubuntu-latest
35-
- macos-latest
34+
- ubuntu-latest
35+
- macos-latest
3636
node:
37-
- 14
38-
# - '*'
37+
- 14
38+
- 16
39+
- 18
40+
- 20
3941
test-command:
40-
- test:bin
41-
- test:fast
42+
- test:bin
43+
- test:fast
4244
exclude:
4345
# - os: macos-latest
4446
# node: '*'
45-
- os: macos-latest
46-
node: 14
47-
test-command: test:fast
47+
- os: macos-latest
48+
node: 14
49+
test-command: test:fast
4850

4951
runs-on: ${{ matrix.os }}
5052

0 commit comments

Comments
 (0)