Skip to content

Commit

Permalink
ci: don't test @typescript-eslint v7 against Node v19 (#1502)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Feb 13, 2024
1 parent 8557b08 commit 8fac5eb
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 @@ -84,6 +84,9 @@ jobs:
# ts-eslint/plugin@7 doesn't support node@16
- node-version: 16.x
ts-eslint-plugin-version: 7
# ts-eslint/plugin@7 doesn't support node@19
- node-version: 19.x
ts-eslint-plugin-version: 7
# ts-eslint/plugin@7 doesn't support eslint@7
- eslint-version: 7
ts-eslint-plugin-version: 7
Expand Down

0 comments on commit 8fac5eb

Please sign in to comment.