Commit 3103507 1 parent cf6a9d6 commit 3103507 Copy full SHA for 3103507
File tree 7 files changed +19
-23
lines changed
7 files changed +19
-23
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
@@ -165,6 +165,7 @@ jobs:
165
165
- 16.x
166
166
- 18.0.0
167
167
- 18.x
168
+ - 20.x
168
169
runs-on : ${{ matrix.platform.os }}
169
170
defaults :
170
171
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
@@ -107,6 +107,7 @@ jobs:
107
107
- 16.x
108
108
- 18.0.0
109
109
- 18.x
110
+ - 20.x
110
111
runs-on : ${{ matrix.platform.os }}
111
112
defaults :
112
113
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 48
48
},
49
49
"templateOSS" : {
50
50
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
51
- "version" : " 4.18.1" ,
52
- "publish" : " true" ,
53
- "ciVersions" : [
54
- " 16.14.0" ,
55
- " 16.x" ,
56
- " 18.0.0" ,
57
- " 18.x"
58
- ]
51
+ "version" : " 4.19.0" ,
52
+ "publish" : " true"
59
53
},
60
54
"tap" : {
61
55
"nyc-arg" : [
You can’t perform that action at this time.
0 commit comments