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:
1616 matrix :
1717 node-version :
1818 - 24
19- - 18
19+ - 20
2020 os :
2121 - ubuntu-latest
2222 - windows-latest
2323 # Even numbers of node-version
2424 include :
2525 - os : ubuntu-latest
2626 node-version : 22
27- - os : ubuntu-latest
28- node-version : 20
2927 steps :
3028 - uses : actions/checkout@v4
3129 - uses : actions/setup-node@v4
8886 steps :
8987 - uses : actions/checkout@v4
9088 - uses : actions/setup-node@v4
91- with :
92- node-version : 22
9389 - run : npm install
9490 - run : npm run integration -- --group ${{ matrix.group }}
Original file line number Diff line number Diff line change 1717 },
1818 "sideEffects" : false ,
1919 "engines" : {
20- "node" : " ^18.20.0 || ^ 20.10.0 || >=21.0.0"
20+ "node" : " ^20.10.0 || >=21.0.0"
2121 },
2222 "scripts" : {
2323 "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