Skip to content

Commit

Permalink
chore: skip perf step in node 14 as eslint plugin isn't compatible wi…
Browse files Browse the repository at this point in the history
…th v14
  • Loading branch information
BPScott committed Dec 3, 2023
1 parent 2bab58e commit 88bb87e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ jobs:
run: pnpm mocha

- name: Perf
# Skip on node 14, as eslint-plugin-n contains syntax that doesn't work
# with node 14
if: ${{ matrix.node-version != 14 }}
run: TIMING=1 pnpm lint

0 comments on commit 88bb87e

Please sign in to comment.