|
74 | 74 | ref: ${{ env.REF }} |
75 | 75 | - id: node |
76 | 76 | name: Setup Node.js |
77 | | - uses: actions/setup-node@v4.4.0 |
| 77 | + uses: actions/setup-node@v5.0.0 |
78 | 78 | with: |
79 | 79 | cache: yarn |
80 | 80 | cache-dependency-path: yarn.lock |
@@ -122,7 +122,7 @@ jobs: |
122 | 122 | ref: ${{ env.REF }} |
123 | 123 | - id: node |
124 | 124 | name: Setup Node.js |
125 | | - uses: actions/setup-node@v4.4.0 |
| 125 | + uses: actions/setup-node@v5.0.0 |
126 | 126 | with: |
127 | 127 | cache: yarn |
128 | 128 | cache-dependency-path: yarn.lock |
@@ -172,7 +172,7 @@ jobs: |
172 | 172 | ref: ${{ env.REF }} |
173 | 173 | - id: node |
174 | 174 | name: Setup Node.js |
175 | | - uses: actions/setup-node@v4.4.0 |
| 175 | + uses: actions/setup-node@v5.0.0 |
176 | 176 | with: |
177 | 177 | cache: yarn |
178 | 178 | cache-dependency-path: yarn.lock |
@@ -201,7 +201,7 @@ jobs: |
201 | 201 | ref: ${{ env.REF }} |
202 | 202 | - id: node |
203 | 203 | name: Setup Node.js |
204 | | - uses: actions/setup-node@v4.4.0 |
| 204 | + uses: actions/setup-node@v5.0.0 |
205 | 205 | with: |
206 | 206 | cache: yarn |
207 | 207 | cache-dependency-path: yarn.lock |
@@ -230,7 +230,7 @@ jobs: |
230 | 230 | ref: ${{ env.REF }} |
231 | 231 | - id: node |
232 | 232 | name: Setup Node.js |
233 | | - uses: actions/setup-node@v4.4.0 |
| 233 | + uses: actions/setup-node@v5.0.0 |
234 | 234 | with: |
235 | 235 | cache: yarn |
236 | 236 | cache-dependency-path: yarn.lock |
@@ -269,7 +269,7 @@ jobs: |
269 | 269 | ref: ${{ env.REF }} |
270 | 270 | - id: node |
271 | 271 | name: Setup Node.js |
272 | | - uses: actions/setup-node@v4.4.0 |
| 272 | + uses: actions/setup-node@v5.0.0 |
273 | 273 | with: |
274 | 274 | cache: yarn |
275 | 275 | cache-dependency-path: yarn.lock |
@@ -323,7 +323,7 @@ jobs: |
323 | 323 | ref: ${{ env.REF }} |
324 | 324 | - id: node |
325 | 325 | name: Setup Node.js v${{ matrix.node-version }} |
326 | | - uses: actions/setup-node@v4.4.0 |
| 326 | + uses: actions/setup-node@v5.0.0 |
327 | 327 | with: |
328 | 328 | cache: yarn |
329 | 329 | cache-dependency-path: yarn.lock |
@@ -394,7 +394,7 @@ jobs: |
394 | 394 | ref: ${{ env.REF }} |
395 | 395 | - id: node |
396 | 396 | name: Setup Node.js |
397 | | - uses: actions/setup-node@v4.4.0 |
| 397 | + uses: actions/setup-node@v5.0.0 |
398 | 398 | with: |
399 | 399 | cache: yarn |
400 | 400 | cache-dependency-path: yarn.lock |
@@ -447,7 +447,7 @@ jobs: |
447 | 447 | ref: ${{ env.REF }} |
448 | 448 | - id: node |
449 | 449 | name: Setup Node.js |
450 | | - uses: actions/setup-node@v4.4.0 |
| 450 | + uses: actions/setup-node@v5.0.0 |
451 | 451 | with: |
452 | 452 | cache: yarn |
453 | 453 | cache-dependency-path: yarn.lock |
|
0 commit comments