File tree 5 files changed +8
-17
lines changed
5 files changed +8
-17
lines changed Original file line number Diff line number Diff line change @@ -161,12 +161,9 @@ jobs:
161
161
os : windows-latest
162
162
shell : cmd
163
163
node-version :
164
- - 14.17.0
165
- - 14.x
166
- - 16.13.0
167
- - 16.x
168
- - 18.0.0
164
+ - 18.17.0
169
165
- 18.x
166
+ - 20.5.0
170
167
- 20.x
171
168
runs-on : ${{ matrix.platform.os }}
172
169
defaults :
Original file line number Diff line number Diff line change @@ -107,12 +107,9 @@ jobs:
107
107
os : windows-latest
108
108
shell : cmd
109
109
node-version :
110
- - 14.17.0
111
- - 14.x
112
- - 16.13.0
113
- - 16.x
114
- - 18.0.0
110
+ - 18.17.0
115
111
- 18.x
112
+ - 20.5.0
116
113
- 20.x
117
114
runs-on : ${{ matrix.platform.os }}
118
115
defaults :
Original file line number Diff line number Diff line change @@ -107,12 +107,9 @@ jobs:
107
107
os : windows-latest
108
108
shell : cmd
109
109
node-version :
110
- - 14.17.0
111
- - 14.x
112
- - 16.13.0
113
- - 16.x
114
- - 18.0.0
110
+ - 18.17.0
115
111
- 18.x
112
+ - 20.5.0
116
113
- 20.x
117
114
runs-on : ${{ matrix.platform.os }}
118
115
defaults :
Original file line number Diff line number Diff line change 81
81
"publish" : true
82
82
},
83
83
"engines" : {
84
- "node" : " ^14 .17.0 || ^16.13.0 || >=18.0 .0"
84
+ "node" : " ^18 .17.0 || >=20.5 .0"
85
85
},
86
86
"workspaces" : [
87
87
" workspace/test-workspace"
Original file line number Diff line number Diff line change 35
35
" lib/"
36
36
],
37
37
"engines" : {
38
- "node" : " ^14 .17.0 || ^16.13.0 || >=18.0 .0"
38
+ "node" : " ^18 .17.0 || >=20.5 .0"
39
39
},
40
40
"templateOSS" : {
41
41
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten."
You can’t perform that action at this time.
0 commit comments