We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@typescript-eslint
1 parent 8557b08 commit 8fac5ebCopy full SHA for 8fac5eb
.github/workflows/nodejs.yml
@@ -84,6 +84,9 @@ jobs:
84
# ts-eslint/plugin@7 doesn't support node@16
85
- node-version: 16.x
86
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
90
# ts-eslint/plugin@7 doesn't support eslint@7
91
- eslint-version: 7
92
0 commit comments