Skip to content

Commit 9e418ad

Browse files
authored
Run tests on Node.js v24 (#2640)
1 parent 26089c0 commit 9e418ad

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,17 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
node-version:
18-
- 23
18+
- 24
1919
- 18
2020
os:
2121
- ubuntu-latest
2222
- windows-latest
2323
# Even numbers of node-version
24-
# include:
25-
# - os: ubuntu-latest
26-
# node-version: 18
24+
include:
25+
- os: ubuntu-latest
26+
node-version: 22
27+
- os: ubuntu-latest
28+
node-version: 20
2729
steps:
2830
- uses: actions/checkout@v4
2931
- uses: actions/setup-node@v4
@@ -43,7 +45,7 @@ jobs:
4345
- uses: actions/setup-node@v4
4446
with:
4547
# Locked due to the difference of `zlib.gzipSync()` between Node.js versions
46-
node-version: 22
48+
node-version: 24
4749
- run: npm install
4850
- run: npm run lint
4951
- run: npx del-cli test/snapshots --verbose
@@ -63,8 +65,6 @@ jobs:
6365
steps:
6466
- uses: actions/checkout@v4
6567
- uses: actions/setup-node@v4
66-
with:
67-
node-version: 22
6868
- run: npm install
6969
- run: npm run run-rules-on-codebase
7070
integration:

0 commit comments

Comments
 (0)