File tree Expand file tree Collapse file tree 9 files changed +41
-72
lines changed Expand file tree Collapse file tree 9 files changed +41
-72
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 25
25
git config --global user.name "npm CLI robot"
26
26
- name : Setup Node
27
27
uses : actions/setup-node@v3
28
+ id : node
28
29
with :
29
- node-version : 18.x
30
+ node-version : 20.x
31
+ check-latest : contains('20.x', '.x')
32
+
30
33
- name : Remove Template-OSS
31
34
if : matrix && matrix.node-version == '6.17.1'
32
35
run : |
Original file line number Diff line number Diff line change 8
8
ref :
9
9
required : true
10
10
type : string
11
- default : main
11
+ default : release/v6
12
12
workflow_call :
13
13
inputs :
14
14
ref :
80
80
git config --global user.name "npm CLI robot"
81
81
- name : Setup Node
82
82
uses : actions/setup-node@v3
83
+ id : node
83
84
with :
84
- node-version : 18.x
85
+ node-version : 20.x
86
+ check-latest : contains('20.x', '.x')
87
+
85
88
- name : Remove Template-OSS
86
89
if : matrix && matrix.node-version == '6.17.1'
87
90
run : |
@@ -115,7 +118,7 @@ jobs:
115
118
shell : bash
116
119
node-version :
117
120
- 6.17.1
118
- - 18 .x
121
+ - 20 .x
119
122
runs-on : ${{ matrix.platform.os }}
120
123
defaults :
121
124
run :
@@ -174,8 +177,11 @@ jobs:
174
177
git config --global user.name "npm CLI robot"
175
178
- name : Setup Node
176
179
uses : actions/setup-node@v3
180
+ id : node
177
181
with :
178
182
node-version : ${{ matrix.node-version }}
183
+ check-latest : contains(matrix.node-version, '.x')
184
+
179
185
- name : Remove Template-OSS
180
186
if : matrix && matrix.node-version == '6.17.1'
181
187
run : |
Original file line number Diff line number Diff line change 8
8
push :
9
9
branches :
10
10
- main
11
- - latest
12
11
- release/v*
13
12
schedule :
14
13
# "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
31
30
git config --global user.name "npm CLI robot"
32
31
- name : Setup Node
33
32
uses : actions/setup-node@v3
33
+ id : node
34
34
with :
35
- node-version : 18.x
35
+ node-version : 20.x
36
+ check-latest : contains('20.x', '.x')
37
+
36
38
- name : Remove Template-OSS
37
39
if : matrix && matrix.node-version == '6.17.1'
38
40
run : |
59
61
shell : bash
60
62
node-version :
61
63
- 6.17.1
62
- - 18 .x
64
+ - 20 .x
63
65
runs-on : ${{ matrix.platform.os }}
64
66
defaults :
65
67
run :
73
75
git config --global user.name "npm CLI robot"
74
76
- name : Setup Node
75
77
uses : actions/setup-node@v3
78
+ id : node
76
79
with :
77
80
node-version : ${{ matrix.node-version }}
81
+ check-latest : contains(matrix.node-version, '.x')
82
+
78
83
- name : Remove Template-OSS
79
84
if : matrix && matrix.node-version == '6.17.1'
80
85
run : |
Original file line number Diff line number Diff line change 6
6
push :
7
7
branches :
8
8
- main
9
- - latest
10
9
- release/v*
11
10
pull_request :
12
11
branches :
13
12
- main
14
- - latest
15
13
- release/v*
16
14
schedule :
17
15
# "At 10:00 UTC (03:00 PT) on Monday" https://crontab.guru/#0_10_*_*_1
Original file line number Diff line number Diff line change 29
29
git config --global user.name "npm CLI robot"
30
30
- name : Setup Node
31
31
uses : actions/setup-node@v3
32
+ id : node
32
33
with :
33
- node-version : 18.x
34
+ node-version : 20.x
35
+ check-latest : contains('20.x', '.x')
36
+
34
37
- name : Remove Template-OSS
35
38
if : matrix && matrix.node-version == '6.17.1'
36
39
run : |
50
53
env :
51
54
PR_TITLE : ${{ github.event.pull_request.title }}
52
55
run : |
53
- echo ' $PR_TITLE' | npx --offline commitlint -V
56
+ echo " $PR_TITLE" | npx --offline commitlint -V
Original file line number Diff line number Diff line change 11
11
push :
12
12
branches :
13
13
- main
14
- - latest
15
14
- release/v*
16
15
17
16
permissions :
44
43
git config --global user.name "npm CLI robot"
45
44
- name : Setup Node
46
45
uses : actions/setup-node@v3
46
+ id : node
47
47
with :
48
- node-version : 18.x
48
+ node-version : 20.x
49
+ check-latest : contains('20.x', '.x')
50
+
49
51
- name : Remove Template-OSS
50
52
if : matrix && matrix.node-version == '6.17.1'
51
53
run : |
@@ -160,8 +162,11 @@ jobs:
160
162
git config --global user.name "npm CLI robot"
161
163
- name : Setup Node
162
164
uses : actions/setup-node@v3
165
+ id : node
163
166
with :
164
- node-version : 18.x
167
+ node-version : 20.x
168
+ check-latest : contains('20.x', '.x')
169
+
165
170
- name : Remove Template-OSS
166
171
if : matrix && matrix.node-version == '6.17.1'
167
172
run : |
@@ -329,8 +334,11 @@ jobs:
329
334
steps :
330
335
- name : Setup Node
331
336
uses : actions/setup-node@v3
337
+ id : node
332
338
with :
333
- node-version : 18.x
339
+ node-version : 20.x
340
+ check-latest : contains('20.x', '.x')
341
+
334
342
- name : View in Registry
335
343
run : |
336
344
EXIT_CODE=0
Original file line number Diff line number Diff line change 33
33
"templateOSS" : {
34
34
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
35
35
"content" : " ./scripts/template-oss" ,
36
- "version" : " 4.17 .0"
36
+ "version" : " 4.19 .0"
37
37
}
38
38
}
Original file line number Diff line number Diff line change @@ -13,10 +13,8 @@ module.exports = {
13
13
eslint : false ,
14
14
dependabot : false ,
15
15
oldNode : OLD_NODE ,
16
- ciVersions : [
17
- OLD_NODE ,
18
- 'latest' ,
19
- ] ,
16
+ ciVersions : [ OLD_NODE ] ,
17
+ backport : 6 ,
20
18
allowPaths : [
21
19
'/range.bnf' ,
22
20
'/semver.js' ,
You can’t perform that action at this time.
0 commit comments