Skip to content

Commit 6d4fa27

Browse files
committed
Fix CI
1 parent 0c09f3b commit 6d4fa27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
needs: test_lint
2424
strategy:
2525
matrix:
26-
node: [ '14', '15' ,'16', '17' ]
26+
node: [ '14', '17' ]
2727
os: [ windows-latest, ubuntu-latest ]
2828
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
2929
steps:

0 commit comments

Comments
 (0)