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