Skip to content

Commit 88bb87e

Browse files
committed
chore: skip perf step in node 14 as eslint plugin isn't compatible with v14
1 parent 2bab58e commit 88bb87e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,7 @@ jobs:
3636
run: pnpm mocha
3737

3838
- 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 }}
3942
run: TIMING=1 pnpm lint

0 commit comments

Comments
 (0)