Skip to content

Commit 5146df8

Browse files
committed
ci: run ESLint 10 matrix jobs on Node 20+ only
1 parent 115f2b0 commit 5146df8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/node-18+.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
- 7
4646
- 8
4747
exclude:
48+
# ESLint 10 supports Node.js 20+.
49+
- eslint: 10
50+
node-version: 18
51+
- eslint: 10
52+
node-version: 19
4853
- eslint: 3
4954
babel-eslint: 10
5055
- eslint: 3

0 commit comments

Comments
 (0)