Skip to content

Commit

Permalink
ci: skip ESLint v9 on Node v16
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Mar 29, 2024
1 parent 855894f commit 6b74595
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
# ts-eslint/plugin@7 doesn't support node@16
- node-version: 16.x
ts-eslint-plugin-version: 7
# eslint@9 doesn't support node@16
- node-version: 16.x
eslint-version: next
# ts-eslint/plugin@7 doesn't support node@19
- node-version: 19.x
ts-eslint-plugin-version: 7
Expand Down

0 comments on commit 6b74595

Please sign in to comment.