Skip to content

Commit d3707c0

Browse files
ci: add more nodejs version coverage
1 parent cb7fbb8 commit d3707c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,22 @@ jobs:
5050
strategy:
5151
matrix:
5252
os: [ubuntu-latest]
53-
node: [18, 20]
53+
node: [18, 20, 22, 24]
5454
eslint: [latest]
5555
include:
5656
# ESLint 4.7 support: lowest version supported
5757
- os: ubuntu-latest
58-
node: 20
58+
node: 24
5959
eslint: "4.7"
6060

6161
# ESLint 5 support: lowest version we can use to test external html plugins support
6262
- os: ubuntu-latest
63-
node: 20
63+
node: 24
6464
eslint: "5.0"
6565

6666
# Upcoming ESLint major version support
6767
- os: ubuntu-latest
68-
node: 20
68+
node: 24
6969
eslint: next
7070

7171
# Node 16 support: use ESLint v8 becacuse they dropped node 16 support in v9. Will be
@@ -76,7 +76,7 @@ jobs:
7676

7777
# Windows support
7878
- os: windows-latest
79-
node: 20
79+
node: 24
8080
eslint: latest
8181
steps:
8282
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)