|
89 | 89 | run: echo "result=${{ runner.os }}-${{ github.run_id }}" >>$GITHUB_OUTPUT |
90 | 90 | - id: cache |
91 | 91 | name: Cache dependencies |
92 | | - |
| 92 | + |
93 | 93 | with: |
94 | 94 | key: ${{ steps.cache-key.outputs.result }} |
95 | 95 | path: ${{ env.CACHE_PATH }} |
@@ -129,7 +129,7 @@ jobs: |
129 | 129 | node-version-file: .nvmrc |
130 | 130 | - id: cache |
131 | 131 | name: Restore dependencies cache |
132 | | - |
| 132 | + |
133 | 133 | with: |
134 | 134 | key: ${{ needs.preflight.outputs.cache-key }} |
135 | 135 | path: ${{ env.CACHE_PATH }} |
@@ -179,7 +179,7 @@ jobs: |
179 | 179 | node-version-file: .nvmrc |
180 | 180 | - id: cache |
181 | 181 | name: Restore dependencies cache |
182 | | - |
| 182 | + |
183 | 183 | with: |
184 | 184 | key: ${{ needs.preflight.outputs.cache-key }} |
185 | 185 | path: ${{ env.CACHE_PATH }} |
@@ -208,7 +208,7 @@ jobs: |
208 | 208 | node-version-file: .nvmrc |
209 | 209 | - id: cache |
210 | 210 | name: Restore dependencies cache |
211 | | - |
| 211 | + |
212 | 212 | with: |
213 | 213 | key: ${{ needs.preflight.outputs.cache-key }} |
214 | 214 | path: ${{ env.CACHE_PATH }} |
@@ -237,7 +237,7 @@ jobs: |
237 | 237 | node-version-file: .nvmrc |
238 | 238 | - id: cache |
239 | 239 | name: Restore dependencies cache |
240 | | - |
| 240 | + |
241 | 241 | with: |
242 | 242 | key: ${{ needs.preflight.outputs.cache-key }} |
243 | 243 | path: ${{ env.CACHE_PATH }} |
@@ -276,7 +276,7 @@ jobs: |
276 | 276 | node-version-file: .nvmrc |
277 | 277 | - id: cache |
278 | 278 | name: Restore dependencies cache |
279 | | - |
| 279 | + |
280 | 280 | with: |
281 | 281 | key: ${{ needs.preflight.outputs.cache-key }} |
282 | 282 | path: ${{ env.CACHE_PATH }} |
@@ -331,7 +331,7 @@ jobs: |
331 | 331 | node-version: ${{ matrix.node-version }} |
332 | 332 | - id: cache |
333 | 333 | name: Restore dependencies cache |
334 | | - |
| 334 | + |
335 | 335 | with: |
336 | 336 | key: ${{ needs.preflight.outputs.cache-key }} |
337 | 337 | path: ${{ env.CACHE_PATH }} |
@@ -401,7 +401,7 @@ jobs: |
401 | 401 | node-version-file: .nvmrc |
402 | 402 | - id: cache |
403 | 403 | name: Restore dependencies cache |
404 | | - |
| 404 | + |
405 | 405 | with: |
406 | 406 | key: ${{ needs.preflight.outputs.cache-key }} |
407 | 407 | path: ${{ env.CACHE_PATH }} |
@@ -454,7 +454,7 @@ jobs: |
454 | 454 | node-version-file: .nvmrc |
455 | 455 | - id: cache |
456 | 456 | name: Restore dependencies cache |
457 | | - |
| 457 | + |
458 | 458 | with: |
459 | 459 | key: ${{ needs.preflight.outputs.cache-key }} |
460 | 460 | path: ${{ env.CACHE_PATH }} |
|
0 commit comments