File tree 3 files changed +7
-5
lines changed
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 54
54
"tap" : " ^16.0.0"
55
55
},
56
56
"engines" : {
57
- "node" : " ^14.17.0 || ^ 16.13.0 || >=18.0.0"
57
+ "node" : " ^16.13.0 || >=18.0.0"
58
58
},
59
59
"tap" : {
60
60
"color" : 1 ,
68
68
},
69
69
"templateOSS" : {
70
70
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
71
+ "ciVersions" : [
72
+ " 16.13.0" ,
73
+ " 16.x" ,
74
+ " 18.0.0" ,
75
+ " 18.x"
76
+ ],
71
77
"version" : " 4.18.0" ,
72
78
"publish" : " true"
73
79
}
You can’t perform that action at this time.
0 commit comments