File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -117,8 +117,6 @@ jobs:
117
117
os : windows-latest
118
118
shell : cmd
119
119
node-version :
120
- - 14.17.0
121
- - 14.x
122
120
- 16.13.0
123
121
- 16.x
124
122
- 18.0.0
Original file line number Diff line number Diff line change 59
59
os : windows-latest
60
60
shell : cmd
61
61
node-version :
62
- - 14.17.0
63
- - 14.x
64
62
- 16.13.0
65
63
- 16.x
66
64
- 18.0.0
Original file line number Diff line number Diff line change 57
57
]
58
58
},
59
59
"engines" : {
60
- "node" : " ^14.17.0 || ^ 16.13.0 || >=18.0.0"
60
+ "node" : " ^16.13.0 || >=18.0.0"
61
61
},
62
62
"templateOSS" : {
63
63
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
64
+ "ciVersions" : [
65
+ " 16.13.0" ,
66
+ " 16.x" ,
67
+ " 18.0.0" ,
68
+ " 18.x"
69
+ ],
64
70
"version" : " 4.18.0" ,
65
71
"publish" : " true"
66
72
}
You can’t perform that action at this time.
0 commit comments