File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 3535 - name : Setup Node
3636 uses : actions/setup-node@v3
3737 with :
38- node-version : 18 .x
38+ node-version : 20 .x
3939 cache : npm
4040 check-latest : true
4141 - name : Check Git Status
@@ -64,12 +64,10 @@ jobs:
6464 os : windows-latest
6565 shell : cmd
6666 node-version :
67- - 14.17.0
68- - 14.x
69- - 16.13.0
70- - 16.x
71- - 18.0.0
67+ - 18.17.0
7268 - 18.x
69+ - 20.5.0
70+ - 20.x
7371 runs-on : ${{ matrix.platform.os }}
7472 defaults :
7573 run :
Original file line number Diff line number Diff line change 1738117381 "which": "^4.0.0"
1738217382 },
1738317383 "engines": {
17384- "node": "^14 .17.0 || ^16.13.0 || >=18.0 .0"
17384+ "node": "^18 .17.0 || >=20.5 .0"
1738517385 }
1738617386 },
1738717387 "workspaces/arborist": {
Original file line number Diff line number Diff line change 3232 "templateOSS" : {
3333 "//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
3434 "version" : " 4.18.0" ,
35- "content" : " ../scripts/template-oss/index.js"
35+ "content" : " ../scripts/template-oss/index.js" ,
36+ "ciVersions" : [
37+ " 18.17.0" ,
38+ " 18.x" ,
39+ " 20.5.0" ,
40+ " 20.x"
41+ ]
3642 },
3743 "tap" : {
3844 "no-coverage" : true ,
4854 " lib/"
4955 ],
5056 "engines" : {
51- "node" : " ^14 .17.0 || ^16.13.0 || >=18.0 .0"
57+ "node" : " ^18 .17.0 || >=20.5 .0"
5258 }
5359}
You can’t perform that action at this time.
0 commit comments