File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 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 59
59
os : windows-latest
60
60
shell : cmd
61
61
node-version :
62
- - 14.17.0
63
- - 14.x
64
- - 16.13.0
62
+ - 16.14.0
65
63
- 16.x
66
64
- 18.0.0
67
65
- 18.x
Original file line number Diff line number Diff line change 34
34
"tap" : " ^16.0.1"
35
35
},
36
36
"engines" : {
37
- "node" : " ^14.17.0 || ^ 16.13 .0 || >=18.0.0"
37
+ "node" : " ^16.14 .0 || >=18.0.0"
38
38
},
39
39
"tap" : {
40
40
"statements" : 95 ,
64
64
"templateOSS" : {
65
65
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
66
66
"version" : " 4.18.0" ,
67
- "publish" : true
67
+ "publish" : true ,
68
+ "ciVersions" : [
69
+ " 16.14.0" ,
70
+ " 16.x" ,
71
+ " 18.0.0" ,
72
+ " 18.x"
73
+ ]
68
74
}
69
75
}
You can’t perform that action at this time.
0 commit comments