Skip to content

Commit 8fac5eb

Browse files
authored
ci: don't test @typescript-eslint v7 against Node v19 (#1502)
1 parent 8557b08 commit 8fac5eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nodejs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ jobs:
8484
# ts-eslint/plugin@7 doesn't support node@16
8585
- node-version: 16.x
8686
ts-eslint-plugin-version: 7
87+
# ts-eslint/plugin@7 doesn't support node@19
88+
- node-version: 19.x
89+
ts-eslint-plugin-version: 7
8790
# ts-eslint/plugin@7 doesn't support eslint@7
8891
- eslint-version: 7
8992
ts-eslint-plugin-version: 7

0 commit comments

Comments
 (0)