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