File tree Expand file tree Collapse file tree 7 files changed +19
-17
lines changed Expand file tree Collapse file tree 7 files changed +19
-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 : 18 .x
31
- check-latest : contains('18 .x', '.x')
30
+ node-version : 20 .x
31
+ check-latest : contains('20 .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 : 18 .x
86
- check-latest : contains('18 .x', '.x')
85
+ node-version : 20 .x
86
+ check-latest : contains('20 .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
@@ -167,6 +167,7 @@ jobs:
167
167
- 16.x
168
168
- 18.0.0
169
169
- 18.x
170
+ - 20.x
170
171
runs-on : ${{ matrix.platform.os }}
171
172
defaults :
172
173
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 : 18 .x
35
- check-latest : contains('18 .x', '.x')
34
+ node-version : 20 .x
35
+ check-latest : contains('20 .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
@@ -109,6 +109,7 @@ jobs:
109
109
- 16.x
110
110
- 18.0.0
111
111
- 18.x
112
+ - 20.x
112
113
runs-on : ${{ matrix.platform.os }}
113
114
defaults :
114
115
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 : 18 .x
32
- check-latest : contains('18 .x', '.x')
31
+ node-version : 20 .x
32
+ check-latest : contains('20 .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 : 18 .x
35
- check-latest : contains('18 .x', '.x')
34
+ node-version : 20 .x
35
+ check-latest : contains('20 .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 : 18 .x
48
- check-latest : contains('18 .x', '.x')
47
+ node-version : 20 .x
48
+ check-latest : contains('20 .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 : 18 .x
205
- check-latest : contains('18 .x', '.x')
204
+ node-version : 20 .x
205
+ check-latest : contains('20 .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
@@ -411,8 +411,8 @@ jobs:
411
411
uses : actions/setup-node@v3
412
412
id : node
413
413
with :
414
- node-version : 18 .x
415
- check-latest : contains('18 .x', '.x')
414
+ node-version : 20 .x
415
+ check-latest : contains('20 .x', '.x')
416
416
417
417
# node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
418
418
- name : Update Windows npm
Original file line number Diff line number Diff line change 43
43
},
44
44
"templateOSS" : {
45
45
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
46
- "version" : " 4.18.1 "
46
+ "version" : " 4.19.0 "
47
47
}
48
48
}
You can’t perform that action at this time.
0 commit comments