File tree Expand file tree Collapse file tree 7 files changed +16
-17
lines changed Expand file tree Collapse file tree 7 files changed +16
-17
lines changed Original file line number Diff line number Diff line change 27
27
uses : actions/setup-node@v3
28
28
id : node
29
29
with :
30
- node-version : 20 .x
31
- check-latest : contains('20 .x', '.x')
30
+ node-version : 18 .x
31
+ check-latest : contains('18 .x', '.x')
32
32
33
33
# node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
34
34
- name : Update Windows npm
Original file line number Diff line number Diff line change 82
82
uses : actions/setup-node@v3
83
83
id : node
84
84
with :
85
- node-version : 20 .x
86
- check-latest : contains('20 .x', '.x')
85
+ node-version : 18 .x
86
+ check-latest : contains('18 .x', '.x')
87
87
88
88
# node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
89
89
- name : Update Windows npm
@@ -165,7 +165,6 @@ jobs:
165
165
- 16.x
166
166
- 18.0.0
167
167
- 18.x
168
- - 20.x
169
168
runs-on : ${{ matrix.platform.os }}
170
169
defaults :
171
170
run :
Original file line number Diff line number Diff line change 31
31
uses : actions/setup-node@v3
32
32
id : node
33
33
with :
34
- node-version : 20 .x
35
- check-latest : contains('20 .x', '.x')
34
+ node-version : 18 .x
35
+ check-latest : contains('18 .x', '.x')
36
36
37
37
# node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
38
38
- name : Update Windows npm
@@ -107,7 +107,6 @@ jobs:
107
107
- 16.x
108
108
- 18.0.0
109
109
- 18.x
110
- - 20.x
111
110
runs-on : ${{ matrix.platform.os }}
112
111
defaults :
113
112
run :
Original file line number Diff line number Diff line change 28
28
uses : actions/setup-node@v3
29
29
id : node
30
30
with :
31
- node-version : 20 .x
32
- check-latest : contains('20 .x', '.x')
31
+ node-version : 18 .x
32
+ check-latest : contains('18 .x', '.x')
33
33
34
34
# node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
35
35
- name : Update Windows npm
Original file line number Diff line number Diff line change 31
31
uses : actions/setup-node@v3
32
32
id : node
33
33
with :
34
- node-version : 20 .x
35
- check-latest : contains('20 .x', '.x')
34
+ node-version : 18 .x
35
+ check-latest : contains('18 .x', '.x')
36
36
37
37
# node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
38
38
- name : Update Windows npm
Original file line number Diff line number Diff line change 44
44
uses : actions/setup-node@v3
45
45
id : node
46
46
with :
47
- node-version : 20 .x
48
- check-latest : contains('20 .x', '.x')
47
+ node-version : 18 .x
48
+ check-latest : contains('18 .x', '.x')
49
49
50
50
# node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
51
51
- name : Update Windows npm
@@ -201,8 +201,8 @@ jobs:
201
201
uses : actions/setup-node@v3
202
202
id : node
203
203
with :
204
- node-version : 20 .x
205
- check-latest : contains('20 .x', '.x')
204
+ node-version : 18 .x
205
+ check-latest : contains('18 .x', '.x')
206
206
207
207
# node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
208
208
- name : Update Windows npm
Original file line number Diff line number Diff line change 29
29
"templateOSS" : {
30
30
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
31
31
"version" : " 4.19.0" ,
32
- "publish" : " true"
32
+ "publish" : " true" ,
33
+ "latestCiVersion" : 18
33
34
},
34
35
"dependencies" : {
35
36
"http-proxy-agent" : " ^7.0.0" ,
You can’t perform that action at this time.
0 commit comments