File tree 3 files changed +10
-8
lines changed
3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -117,9 +117,7 @@ jobs:
117
117
os : windows-latest
118
118
shell : cmd
119
119
node-version :
120
- - 14.17.0
121
- - 14.x
122
- - 16.13.0
120
+ - 16.14.0
123
121
- 16.x
124
122
- 18.0.0
125
123
- 18.x
Original file line number Diff line number Diff line change 60
60
os : windows-latest
61
61
shell : cmd
62
62
node-version :
63
- - 14.17.0
64
- - 14.x
65
- - 16.13.0
63
+ - 16.14.0
66
64
- 16.x
67
65
- 18.0.0
68
66
- 18.x
Original file line number Diff line number Diff line change 42
42
" lib/"
43
43
],
44
44
"engines" : {
45
- "node" : " ^14.17.0 || ^ 16.13 .0 || >=18.0.0"
45
+ "node" : " ^16.14 .0 || >=18.0.0"
46
46
},
47
47
"tap" : {
48
48
"color" : 1 ,
55
55
"templateOSS" : {
56
56
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
57
57
"version" : " 4.18.0" ,
58
- "publish" : " true"
58
+ "publish" : " true" ,
59
+ "ciVersions" : [
60
+ " 16.14.0" ,
61
+ " 16.x" ,
62
+ " 18.0.0" ,
63
+ " 18.x"
64
+ ]
59
65
}
60
66
}
You can’t perform that action at this time.
0 commit comments