We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c09f3b commit 6d4fa27Copy full SHA for 6d4fa27
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
needs: test_lint
24
strategy:
25
matrix:
26
- node: [ '14', '15' ,'16', '17' ]
+ node: [ '14', '17' ]
27
os: [ windows-latest, ubuntu-latest ]
28
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
29
steps:
0 commit comments