|
70 | 70 | ref: ${{ env.REF }} |
71 | 71 | - id: node |
72 | 72 | name: Setup Node.js |
73 | | - uses: actions/setup-node@v4.4.0 |
| 73 | + uses: actions/setup-node@v5.0.0 |
74 | 74 | with: |
75 | 75 | cache: yarn |
76 | 76 | cache-dependency-path: yarn.lock |
@@ -131,7 +131,7 @@ jobs: |
131 | 131 | ref: ${{ env.REF }} |
132 | 132 | - id: node |
133 | 133 | name: Setup Node.js |
134 | | - uses: actions/setup-node@v4.4.0 |
| 134 | + uses: actions/setup-node@v5.0.0 |
135 | 135 | with: |
136 | 136 | cache: yarn |
137 | 137 | cache-dependency-path: yarn.lock |
@@ -161,7 +161,7 @@ jobs: |
161 | 161 | ref: ${{ env.REF }} |
162 | 162 | - id: node |
163 | 163 | name: Setup Node.js |
164 | | - uses: actions/setup-node@v4.4.0 |
| 164 | + uses: actions/setup-node@v5.0.0 |
165 | 165 | with: |
166 | 166 | cache: yarn |
167 | 167 | cache-dependency-path: yarn.lock |
@@ -197,7 +197,7 @@ jobs: |
197 | 197 | ref: ${{ env.REF }} |
198 | 198 | - id: node |
199 | 199 | name: Setup Node.js |
200 | | - uses: actions/setup-node@v4.4.0 |
| 200 | + uses: actions/setup-node@v5.0.0 |
201 | 201 | with: |
202 | 202 | cache: yarn |
203 | 203 | cache-dependency-path: yarn.lock |
@@ -249,7 +249,7 @@ jobs: |
249 | 249 | ref: ${{ env.REF }} |
250 | 250 | - id: node |
251 | 251 | name: Setup Node.js |
252 | | - uses: actions/setup-node@v4.4.0 |
| 252 | + uses: actions/setup-node@v5.0.0 |
253 | 253 | with: |
254 | 254 | cache: yarn |
255 | 255 | cache-dependency-path: yarn.lock |
@@ -297,7 +297,7 @@ jobs: |
297 | 297 | ref: ${{ env.REF }} |
298 | 298 | - id: node |
299 | 299 | name: Setup Node.js v${{ matrix.node-version }} |
300 | | - uses: actions/setup-node@v4.4.0 |
| 300 | + uses: actions/setup-node@v5.0.0 |
301 | 301 | with: |
302 | 302 | cache: yarn |
303 | 303 | cache-dependency-path: yarn.lock |
@@ -389,7 +389,7 @@ jobs: |
389 | 389 | ref: ${{ env.REF }} |
390 | 390 | - id: node |
391 | 391 | name: Setup Node.js |
392 | | - uses: actions/setup-node@v4.4.0 |
| 392 | + uses: actions/setup-node@v5.0.0 |
393 | 393 | with: |
394 | 394 | cache: yarn |
395 | 395 | cache-dependency-path: yarn.lock |
|
0 commit comments