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 2bab58e commit 88bb87eCopy full SHA for 88bb87e
1 file changed
.github/workflows/ci.yml
@@ -36,4 +36,7 @@ jobs:
36
run: pnpm mocha
37
38
- name: Perf
39
+ # Skip on node 14, as eslint-plugin-n contains syntax that doesn't work
40
+ # with node 14
41
+ if: ${{ matrix.node-version != 14 }}
42
run: TIMING=1 pnpm lint
0 commit comments