Skip to content

Commit cea93a4

Browse files
committed
ci: test against ESLint v9
1 parent 62b93a2 commit cea93a4

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/verifications.yml

+15-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,21 @@ jobs:
3535
matrix:
3636
# The .x indicates "the most recent one"
3737
node: [19.x, 18.x, 17.x, 16.x, 14.x, 14.17.0, 12.x, 12.22.0]
38-
eslint: [7.5, 7, 8]
38+
eslint: [7.5, 7, 8, 9]
39+
exclude:
40+
# eslint@9 doesn't support < Node v18
41+
- node-version: 17.x
42+
eslint-version: 9
43+
- node-version: 16.x
44+
eslint-version: 9
45+
- node-version: 14.x
46+
eslint-version: 9
47+
- node-version: 14.17.0
48+
eslint-version: 9
49+
- node-version: 12.x
50+
eslint-version: 9
51+
- node-version: 12.22.0
52+
eslint-version: 9
3953
steps:
4054
- name: Checkout
4155
uses: actions/checkout@v4

0 commit comments

Comments
 (0)