Skip to content

Commit 3fbb319

Browse files
committed
ci: run ESLint 10 matrix jobs on Node 20+ only
1 parent 15a8614 commit 3fbb319

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.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)