Skip to content

Commit 69905c8

Browse files
committed
ci: test against @typescript-eslint/utils v8
1 parent 999bb8f commit 69905c8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/nodejs.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,23 @@ jobs:
7373
matrix:
7474
node-version: [16.x, 18.x, 20.x, 21.x, 22.x]
7575
eslint-version: [7, 8, 9]
76-
ts-eslint-plugin-version: [6, 7]
76+
ts-eslint-plugin-version: [6, 7, 8]
7777
exclude:
7878
# ts-eslint/plugin@7 doesn't support node@16
7979
- node-version: 16.x
8080
ts-eslint-plugin-version: 7
81+
# ts-eslint/plugin@8 doesn't support node@16
82+
- node-version: 16.x
83+
ts-eslint-plugin-version: 8
8184
# eslint@9 doesn't support node@16
8285
- node-version: 16.x
8386
eslint-version: 9
8487
# ts-eslint/plugin@7 doesn't support eslint@7
8588
- eslint-version: 7
8689
ts-eslint-plugin-version: 7
90+
# ts-eslint/plugin@8 doesn't support eslint@7
91+
- eslint-version: 7
92+
ts-eslint-plugin-version: 8
8793
runs-on: ubuntu-latest
8894

8995
steps:

0 commit comments

Comments
 (0)