File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,14 @@ jobs:
16
16
matrix :
17
17
node-version :
18
18
- 24
19
- - 18
19
+ - 20
20
20
os :
21
21
- ubuntu-latest
22
22
- windows-latest
23
23
# Even numbers of node-version
24
24
include :
25
25
- os : ubuntu-latest
26
26
node-version : 22
27
- - os : ubuntu-latest
28
- node-version : 20
29
27
steps :
30
28
- uses : actions/checkout@v4
31
29
- uses : actions/setup-node@v4
88
86
steps :
89
87
- uses : actions/checkout@v4
90
88
- uses : actions/setup-node@v4
91
- with :
92
- node-version : 22
93
89
- run : npm install
94
90
- run : npm run integration -- --group ${{ matrix.group }}
Original file line number Diff line number Diff line change 17
17
},
18
18
"sideEffects" : false ,
19
19
"engines" : {
20
- "node" : " ^18.20.0 || ^ 20.10.0 || >=21.0.0"
20
+ "node" : " ^20.10.0 || >=21.0.0"
21
21
},
22
22
"scripts" : {
23
23
"create-rule" : " node ./scripts/create-rule.js && npm run create-rules-index-file && npm run fix:eslint-docs" ,
You can’t perform that action at this time.
0 commit comments