File tree 3 files changed +13
-9
lines changed
3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 35
35
- name : Setup Node
36
36
uses : actions/setup-node@v3
37
37
with :
38
- node-version : 18 .x
38
+ node-version : 20 .x
39
39
cache : npm
40
40
check-latest : true
41
41
- name : Check Git Status
@@ -64,12 +64,10 @@ jobs:
64
64
os : windows-latest
65
65
shell : cmd
66
66
node-version :
67
- - 14.17.0
68
- - 14.x
69
- - 16.13.0
70
- - 16.x
71
- - 18.0.0
67
+ - 18.17.0
72
68
- 18.x
69
+ - 20.5.0
70
+ - 20.x
73
71
runs-on : ${{ matrix.platform.os }}
74
72
defaults :
75
73
run :
Original file line number Diff line number Diff line change 17381
17381
"which": "^4.0.0"
17382
17382
},
17383
17383
"engines": {
17384
- "node": "^14 .17.0 || ^16.13.0 || >=18.0 .0"
17384
+ "node": "^18 .17.0 || >=20.5 .0"
17385
17385
}
17386
17386
},
17387
17387
"workspaces/arborist": {
Original file line number Diff line number Diff line change 32
32
"templateOSS" : {
33
33
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
34
34
"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
+ ]
36
42
},
37
43
"tap" : {
38
44
"no-coverage" : true ,
48
54
" lib/"
49
55
],
50
56
"engines" : {
51
- "node" : " ^14 .17.0 || ^16.13.0 || >=18.0 .0"
57
+ "node" : " ^18 .17.0 || >=20.5 .0"
52
58
}
53
59
}
You can’t perform that action at this time.
0 commit comments