File tree 7 files changed +18
-16
lines changed
7 files changed +18
-16
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
@@ -425,7 +425,7 @@ jobs:
425
425
- name : Publish
426
426
env :
427
427
PUBLISH_TOKEN : ${{ secrets.PUBLISH_TOKEN }}
428
- run : npm publish --provenance
428
+ run : npm publish --provenance --tag=latest
429
429
430
430
post-release-integration :
431
431
needs : [ release, release-integration ]
Original file line number Diff line number Diff line change 33
33
},
34
34
"templateOSS" : {
35
35
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
36
- "version" : " 4.18.1 " ,
36
+ "version" : " 4.19.0 " ,
37
37
"publish" : " true"
38
38
},
39
39
"tap" : {
You can’t perform that action at this time.
0 commit comments