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 2727 uses : actions/setup-node@v3
2828 id : node
2929 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')
3232
3333 # node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
3434 - name : Update Windows npm
Original file line number Diff line number Diff line change 8282 uses : actions/setup-node@v3
8383 id : node
8484 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')
8787
8888 # node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
8989 - name : Update Windows npm
@@ -167,6 +167,7 @@ jobs:
167167 - 16.x
168168 - 18.0.0
169169 - 18.x
170+ - 20.x
170171 runs-on : ${{ matrix.platform.os }}
171172 defaults :
172173 run :
Original file line number Diff line number Diff line change 3131 uses : actions/setup-node@v3
3232 id : node
3333 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')
3636
3737 # node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
3838 - name : Update Windows npm
@@ -109,6 +109,7 @@ jobs:
109109 - 16.x
110110 - 18.0.0
111111 - 18.x
112+ - 20.x
112113 runs-on : ${{ matrix.platform.os }}
113114 defaults :
114115 run :
Original file line number Diff line number Diff line change 2828 uses : actions/setup-node@v3
2929 id : node
3030 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')
3333
3434 # node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
3535 - name : Update Windows npm
Original file line number Diff line number Diff line change 3131 uses : actions/setup-node@v3
3232 id : node
3333 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')
3636
3737 # node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
3838 - name : Update Windows npm
Original file line number Diff line number Diff line change 4444 uses : actions/setup-node@v3
4545 id : node
4646 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')
4949
5050 # node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
5151 - name : Update Windows npm
@@ -201,8 +201,8 @@ jobs:
201201 uses : actions/setup-node@v3
202202 id : node
203203 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')
206206
207207 # node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
208208 - name : Update Windows npm
@@ -411,8 +411,8 @@ jobs:
411411 uses : actions/setup-node@v3
412412 id : node
413413 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')
416416
417417 # node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
418418 - name : Update Windows npm
Original file line number Diff line number Diff line change 4343 },
4444 "templateOSS" : {
4545 "//@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 "
4747 }
4848}
You can’t perform that action at this time.
0 commit comments