File tree Expand file tree Collapse file tree 8 files changed +49
-24
lines changed Expand file tree Collapse file tree 8 files changed +49
-24
lines changed Original file line number Diff line number Diff line change
1
+ # This file is automatically added by @npmcli/template-oss. Do not edit.
2
+
3
+ repository :
4
+ allow_merge_commit : false
5
+ allow_rebase_merge : true
6
+ allow_squash_merge : true
7
+ squash_merge_commit_title : PR_TITLE
8
+ squash_merge_commit_message : PR_BODY
9
+ delete_branch_on_merge : true
10
+ enable_automated_security_fixes : true
11
+ enable_vulnerability_alerts : true
12
+
13
+ branches :
14
+ - name : main
15
+ protection :
16
+ required_status_checks : null
17
+ enforce_admins : true
18
+ block_creations : true
19
+ required_pull_request_reviews :
20
+ required_approving_review_count : 1
21
+ require_code_owner_reviews : true
22
+ require_last_push_approval : true
23
+ dismiss_stale_reviews : true
24
+ restrictions :
25
+ apps : []
26
+ users : []
27
+ teams : [ "cli-team" ]
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
@@ -161,7 +161,9 @@ jobs:
161
161
os : windows-latest
162
162
shell : cmd
163
163
node-version :
164
+ - 18.0.0
164
165
- 18.x
166
+ - 20.x
165
167
runs-on : ${{ matrix.platform.os }}
166
168
defaults :
167
169
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
@@ -103,7 +103,9 @@ jobs:
103
103
os : windows-latest
104
104
shell : cmd
105
105
node-version :
106
+ - 18.0.0
106
107
- 18.x
108
+ - 20.x
107
109
runs-on : ${{ matrix.platform.os }}
108
110
defaults :
109
111
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 51
51
" lib/"
52
52
],
53
53
"engines" : {
54
- "node" : " >=18.0.0 "
54
+ "node" : " >=18"
55
55
},
56
56
"prettier" : {
57
57
"semi" : false ,
68
68
},
69
69
"templateOSS" : {
70
70
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
71
- "version" : " 4.18.1" ,
72
- "ciVersions" : " latest" ,
73
- "publish" : true ,
74
- "rootRepo" : {
75
- "add" : {
76
- ".github/settings.yml" : false
77
- }
78
- }
71
+ "version" : " 4.19.0" ,
72
+ "publish" : true
79
73
}
80
74
}
You can’t perform that action at this time.
0 commit comments