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 d368cfb commit a1646edCopy full SHA for a1646ed
1 file changed
.github/workflows/dev.yml
@@ -50,6 +50,7 @@ jobs:
50
run: npm install
51
52
- name: Run lint
53
+ if: ${{ matrix.node > 16 }}
54
run: npm run lint
55
56
- name: Run tests
0 commit comments