8
8
runs-on : ubuntu-latest
9
9
strategy :
10
10
matrix :
11
- node-version : [18.x, 20.x, 22.x]
11
+ node-version : [20.x, 22.x]
12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
- name : Use Node.js ${{ matrix.node-version }}
27
27
runs-on : ubuntu-latest
28
28
strategy :
29
29
matrix :
30
- node-version : [18.x, 20.x, 22.x]
30
+ node-version : [20.x, 22.x]
31
31
steps :
32
32
- uses : actions/checkout@v4
33
33
- name : Use Node.js ${{ matrix.node-version }}
@@ -46,10 +46,10 @@ jobs:
46
46
- uses : actions/checkout@v4
47
47
with :
48
48
fetch-depth : 0
49
- - name : Use Node.js 18 .x
49
+ - name : Use Node.js 22 .x
50
50
uses : actions/setup-node@v4
51
51
with :
52
- node-version : 18 .x
52
+ node-version : 22 .x
53
53
cache : ' yarn'
54
54
- run : git pull
55
55
- run : yarn
@@ -94,10 +94,10 @@ jobs:
94
94
echo "npmAuthToken: ${{ secrets.NPM_TOKEN }}" >> ~/.yarnrc.yml
95
95
echo "npmAlwaysAuth: true" >> ~/.yarnrc.yml
96
96
echo "npmPublishRegistry: https://registry.npmjs.org" >> ~/.yarnrc.yml
97
- - name : Use Node.js ${{ matrix.node-version }}
97
+ - name : Use Node.js 22
98
98
uses : actions/setup-node@v4
99
99
with :
100
- node-version : 18 .x
100
+ node-version : 22 .x
101
101
cache : ' yarn'
102
102
- run : git pull
103
103
- run : yarn
@@ -121,10 +121,10 @@ jobs:
121
121
echo "npmAuthToken: ${{ secrets.NPM_TOKEN }}" >> ~/.yarnrc.yml
122
122
echo "npmAlwaysAuth: true" >> ~/.yarnrc.yml
123
123
echo "npmPublishRegistry: https://registry.npmjs.org" >> ~/.yarnrc.yml
124
- - name : Use Node.js ${{ matrix.node-version }}
124
+ - name : Use Node.js 22
125
125
uses : actions/setup-node@v4
126
126
with :
127
- node-version : 18 .x
127
+ node-version : 22 .x
128
128
cache : ' yarn'
129
129
- run : git pull
130
130
- run : yarn
@@ -148,10 +148,10 @@ jobs:
148
148
echo "npmAuthToken: ${{ secrets.NPM_TOKEN }}" >> ~/.yarnrc.yml
149
149
echo "npmAlwaysAuth: true" >> ~/.yarnrc.yml
150
150
echo "npmPublishRegistry: https://registry.npmjs.org" >> ~/.yarnrc.yml
151
- - name : Use Node.js ${{ matrix.node-version }}
151
+ - name : Use Node.js 22
152
152
uses : actions/setup-node@v4
153
153
with :
154
- node-version : 18 .x
154
+ node-version : 22 .x
155
155
cache : ' yarn'
156
156
- run : git pull
157
157
- run : yarn
@@ -175,10 +175,10 @@ jobs:
175
175
echo "npmAuthToken: ${{ secrets.NPM_TOKEN }}" >> ~/.yarnrc.yml
176
176
echo "npmAlwaysAuth: true" >> ~/.yarnrc.yml
177
177
echo "npmPublishRegistry: https://registry.npmjs.org" >> ~/.yarnrc.yml
178
- - name : Use Node.js ${{ matrix.node-version }}
178
+ - name : Use Node.js 22
179
179
uses : actions/setup-node@v4
180
180
with :
181
- node-version : 18 .x
181
+ node-version : 22 .x
182
182
cache : ' yarn'
183
183
- run : git pull
184
184
- run : yarn
@@ -202,10 +202,10 @@ jobs:
202
202
echo "npmAuthToken: ${{ secrets.NPM_TOKEN }}" >> ~/.yarnrc.yml
203
203
echo "npmAlwaysAuth: true" >> ~/.yarnrc.yml
204
204
echo "npmPublishRegistry: https://registry.npmjs.org" >> ~/.yarnrc.yml
205
- - name : Use Node.js ${{ matrix.node-version }}
205
+ - name : Use Node.js 22
206
206
uses : actions/setup-node@v4
207
207
with :
208
- node-version : 18 .x
208
+ node-version : 22 .x
209
209
cache : ' yarn'
210
210
- run : git pull
211
211
- run : yarn
@@ -229,10 +229,10 @@ jobs:
229
229
echo "npmAuthToken: ${{ secrets.NPM_TOKEN }}" >> ~/.yarnrc.yml
230
230
echo "npmAlwaysAuth: true" >> ~/.yarnrc.yml
231
231
echo "npmPublishRegistry: https://registry.npmjs.org" >> ~/.yarnrc.yml
232
- - name : Use Node.js ${{ matrix.node-version }}
232
+ - name : Use Node.js 22
233
233
uses : actions/setup-node@v4
234
234
with :
235
- node-version : 18 .x
235
+ node-version : 22 .x
236
236
cache : ' yarn'
237
237
- run : git pull
238
238
- run : yarn
@@ -256,10 +256,10 @@ jobs:
256
256
echo "npmAuthToken: ${{ secrets.NPM_TOKEN }}" >> ~/.yarnrc.yml
257
257
echo "npmAlwaysAuth: true" >> ~/.yarnrc.yml
258
258
echo "npmPublishRegistry: https://registry.npmjs.org" >> ~/.yarnrc.yml
259
- - name : Use Node.js ${{ matrix.node-version }}
259
+ - name : Use Node.js 22
260
260
uses : actions/setup-node@v4
261
261
with :
262
- node-version : 18 .x
262
+ node-version : 22 .x
263
263
cache : ' yarn'
264
264
- run : git pull
265
265
- run : yarn
@@ -283,10 +283,10 @@ jobs:
283
283
echo "npmAuthToken: ${{ secrets.NPM_TOKEN }}" >> ~/.yarnrc.yml
284
284
echo "npmAlwaysAuth: true" >> ~/.yarnrc.yml
285
285
echo "npmPublishRegistry: https://registry.npmjs.org" >> ~/.yarnrc.yml
286
- - name : Use Node.js ${{ matrix.node-version }}
286
+ - name : Use Node.js 22
287
287
uses : actions/setup-node@v4
288
288
with :
289
- node-version : 18 .x
289
+ node-version : 22 .x
290
290
cache : ' yarn'
291
291
- run : git pull
292
292
- run : yarn
0 commit comments