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 0119054 commit 799c5b7Copy full SHA for 799c5b7
.github/workflows/ci.yml
@@ -31,6 +31,7 @@ jobs:
31
32
- name: Lint
33
run: npm run lint
34
+ if: ${{ ! startsWith(matrix.node-version, '16.') }}
35
36
- name: Test
37
run: npm test
0 commit comments