File tree Expand file tree Collapse file tree 7 files changed +18
-25
lines changed Expand file tree Collapse file tree 7 files changed +18
-25
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 - 14.x
168168 - 16.x
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 3232 uses : actions/setup-node@v3
3333 id : node
3434 with :
35- node-version : 18 .x
36- check-latest : contains('18 .x', '.x')
35+ node-version : 20 .x
36+ check-latest : contains('20 .x', '.x')
3737
3838 # node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
3939 - name : Update Windows npm
@@ -110,6 +110,7 @@ jobs:
110110 - 14.x
111111 - 16.x
112112 - 18.x
113+ - 20.x
113114 runs-on : ${{ matrix.platform.os }}
114115 defaults :
115116 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 4545 uses : actions/setup-node@v3
4646 id : node
4747 with :
48- node-version : 18 .x
49- check-latest : contains('18 .x', '.x')
48+ node-version : 20 .x
49+ check-latest : contains('20 .x', '.x')
5050
5151 # node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
5252 - name : Update Windows npm
@@ -202,8 +202,8 @@ jobs:
202202 uses : actions/setup-node@v3
203203 id : node
204204 with :
205- node-version : 18 .x
206- check-latest : contains('18 .x', '.x')
205+ node-version : 20 .x
206+ check-latest : contains('20 .x', '.x')
207207
208208 # node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
209209 - name : Update Windows npm
@@ -426,7 +426,7 @@ jobs:
426426 - name : Publish
427427 env :
428428 PUBLISH_TOKEN : ${{ secrets.PUBLISH_TOKEN }}
429- run : npm publish --provenance
429+ run : npm publish --provenance --tag=latest
430430
431431 post-release-integration :
432432 needs : [ release, release-integration ]
Original file line number Diff line number Diff line change 5353 "author" : " GitHub Inc." ,
5454 "templateOSS" : {
5555 "//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
56- "version" : " 4.18.1 " ,
56+ "version" : " 4.19.0 " ,
5757 "engines" : " >=10" ,
58- "ciVersions" : [
59- " 10.0.0" ,
60- " 10.x" ,
61- " 12.x" ,
62- " 14.x" ,
63- " 16.x" ,
64- " 18.x"
65- ],
66- "npmSpec" : " 8" ,
6758 "distPaths" : [
6859 " classes/" ,
6960 " functions/" ,
You can’t perform that action at this time.
0 commit comments