File tree 12 files changed +92
-88
lines changed
12 files changed +92
-88
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 : 20 .x
31
- check-latest : contains('20 .x', '.x')
30
+ node-version : 22 .x
31
+ check-latest : contains('22 .x', '.x')
32
32
- name : Install Latest npm
33
33
uses : ./.github/actions/install-latest-npm
34
34
with :
Original file line number Diff line number Diff line change 47
47
uses : actions/setup-node@v3
48
48
id : node
49
49
with :
50
- node-version : 20 .x
51
- check-latest : contains('20 .x', '.x')
50
+ node-version : 22 .x
51
+ check-latest : contains('22 .x', '.x')
52
52
- name : Install Latest npm
53
53
uses : ./.github/actions/install-latest-npm
54
54
with :
88
88
- 18.x
89
89
- 20.5.0
90
90
- 20.x
91
+ - 22.x
91
92
runs-on : ${{ matrix.platform.os }}
92
93
defaults :
93
94
run :
Original file line number Diff line number Diff line change 35
35
uses : actions/setup-node@v3
36
36
id : node
37
37
with :
38
- node-version : 20 .x
39
- check-latest : contains('20 .x', '.x')
38
+ node-version : 22 .x
39
+ check-latest : contains('22 .x', '.x')
40
40
- name : Install Latest npm
41
41
uses : ./.github/actions/install-latest-npm
42
42
with :
69
69
- 18.x
70
70
- 20.5.0
71
71
- 20.x
72
+ - 22.x
72
73
runs-on : ${{ matrix.platform.os }}
73
74
defaults :
74
75
run :
Original file line number Diff line number Diff line change 35
35
uses : actions/setup-node@v3
36
36
id : node
37
37
with :
38
- node-version : 20 .x
39
- check-latest : contains('20 .x', '.x')
38
+ node-version : 22 .x
39
+ check-latest : contains('22 .x', '.x')
40
40
- name : Install Latest npm
41
41
uses : ./.github/actions/install-latest-npm
42
42
with :
69
69
- 18.x
70
70
- 20.5.0
71
71
- 20.x
72
+ - 22.x
72
73
runs-on : ${{ matrix.platform.os }}
73
74
defaults :
74
75
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 : 20 .x
32
- check-latest : contains('20 .x', '.x')
31
+ node-version : 22 .x
32
+ check-latest : contains('22 .x', '.x')
33
33
- name : Install Latest npm
34
34
uses : ./.github/actions/install-latest-npm
35
35
with :
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 : 20 .x
35
- check-latest : contains('20 .x', '.x')
34
+ node-version : 22 .x
35
+ check-latest : contains('22 .x', '.x')
36
36
- name : Install Latest npm
37
37
uses : ./.github/actions/install-latest-npm
38
38
with :
Original file line number Diff line number Diff line change 41
41
uses : actions/setup-node@v3
42
42
id : node
43
43
with :
44
- node-version : 20 .x
45
- check-latest : contains('20 .x', '.x')
44
+ node-version : 22 .x
45
+ check-latest : contains('22 .x', '.x')
46
46
- name : Install Latest npm
47
47
uses : ./.github/actions/install-latest-npm
48
48
with :
Original file line number Diff line number Diff line change 39
39
uses : actions/setup-node@v3
40
40
id : node
41
41
with :
42
- node-version : 20 .x
43
- check-latest : contains('20 .x', '.x')
42
+ node-version : 22 .x
43
+ check-latest : contains('22 .x', '.x')
44
44
- name : Install Latest npm
45
45
uses : ./.github/actions/install-latest-npm
46
46
with :
@@ -119,8 +119,8 @@ jobs:
119
119
uses : actions/setup-node@v3
120
120
id : node
121
121
with :
122
- node-version : 20 .x
123
- check-latest : contains('20 .x', '.x')
122
+ node-version : 22 .x
123
+ check-latest : contains('22 .x', '.x')
124
124
- name : Install Latest npm
125
125
uses : ./.github/actions/install-latest-npm
126
126
with :
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ module.exports = {
172
172
/* to be provided by consuming package */
173
173
] ,
174
174
ciVersions : { } ,
175
- latestCiVersion : 20 ,
175
+ latestCiVersion : 22 ,
176
176
lockfile : false ,
177
177
codeowner : '@npm/cli-team' ,
178
178
eslint : true ,
You can’t perform that action at this time.
0 commit comments