Skip to content

Commit 4906b85

Browse files
committed
ci: skip ESLint v9 on Node v16
1 parent e42791c commit 4906b85

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
@@ -78,6 +78,9 @@ jobs:
7878
# ts-eslint/plugin@7 doesn't support node@16
7979
- node-version: 16.x
8080
ts-eslint-plugin-version: 7
81+
# eslint@9 doesn't support node@16
82+
- node-version: 16.x
83+
eslint-version: next
8184
# ts-eslint/plugin@7 doesn't support node@19
8285
- node-version: 19.x
8386
ts-eslint-plugin-version: 7

0 commit comments

Comments
 (0)