File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,17 @@ jobs:
15
15
fail-fast : false
16
16
matrix :
17
17
node-version :
18
- - 23
18
+ - 24
19
19
- 18
20
20
os :
21
21
- ubuntu-latest
22
22
- windows-latest
23
23
# 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
27
29
steps :
28
30
- uses : actions/checkout@v4
29
31
- uses : actions/setup-node@v4
43
45
- uses : actions/setup-node@v4
44
46
with :
45
47
# Locked due to the difference of `zlib.gzipSync()` between Node.js versions
46
- node-version : 22
48
+ node-version : 24
47
49
- run : npm install
48
50
- run : npm run lint
49
51
- run : npx del-cli test/snapshots --verbose
63
65
steps :
64
66
- uses : actions/checkout@v4
65
67
- uses : actions/setup-node@v4
66
- with :
67
- node-version : 22
68
68
- run : npm install
69
69
- run : npm run run-rules-on-codebase
70
70
integration :
You can’t perform that action at this time.
0 commit comments