File tree 7 files changed +18
-25
lines changed
7 files changed +18
-25
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
- 14.x
168
168
- 16.x
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 32
32
uses : actions/setup-node@v3
33
33
id : node
34
34
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')
37
37
38
38
# node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
39
39
- name : Update Windows npm
@@ -110,6 +110,7 @@ jobs:
110
110
- 14.x
111
111
- 16.x
112
112
- 18.x
113
+ - 20.x
113
114
runs-on : ${{ matrix.platform.os }}
114
115
defaults :
115
116
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 45
45
uses : actions/setup-node@v3
46
46
id : node
47
47
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')
50
50
51
51
# node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
52
52
- name : Update Windows npm
@@ -202,8 +202,8 @@ jobs:
202
202
uses : actions/setup-node@v3
203
203
id : node
204
204
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')
207
207
208
208
# node 10/12/14 ship with npm@6, which is known to fail when updating itself in windows
209
209
- name : Update Windows npm
@@ -426,7 +426,7 @@ jobs:
426
426
- name : Publish
427
427
env :
428
428
PUBLISH_TOKEN : ${{ secrets.PUBLISH_TOKEN }}
429
- run : npm publish --provenance
429
+ run : npm publish --provenance --tag=latest
430
430
431
431
post-release-integration :
432
432
needs : [ release, release-integration ]
Original file line number Diff line number Diff line change 53
53
"author" : " GitHub Inc." ,
54
54
"templateOSS" : {
55
55
"//@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 " ,
57
57
"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" ,
67
58
"distPaths" : [
68
59
" classes/" ,
69
60
" functions/" ,
You can’t perform that action at this time.
0 commit comments