|
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 }}
|
@@ -275,7 +275,7 @@ jobs:
|
275 | 275 | node-version-file: .nvmrc
|
276 | 276 | - id: cache
|
277 | 277 | name: Restore dependencies cache
|
278 |
| - |
| 278 | + |
279 | 279 | with:
|
280 | 280 | key: ${{ needs.preflight.outputs.cache-key }}
|
281 | 281 | path: ${{ env.CACHE_PATH }}
|
@@ -330,7 +330,7 @@ jobs:
|
330 | 330 | node-version: ${{ matrix.node-version }}
|
331 | 331 | - id: cache
|
332 | 332 | name: Restore dependencies cache
|
333 |
| - |
| 333 | + |
334 | 334 | with:
|
335 | 335 | key: ${{ needs.preflight.outputs.cache-key }}
|
336 | 336 | path: ${{ env.CACHE_PATH }}
|
@@ -400,7 +400,7 @@ jobs:
|
400 | 400 | node-version-file: .nvmrc
|
401 | 401 | - id: cache
|
402 | 402 | name: Restore dependencies cache
|
403 |
| - |
| 403 | + |
404 | 404 | with:
|
405 | 405 | key: ${{ needs.preflight.outputs.cache-key }}
|
406 | 406 | path: ${{ env.CACHE_PATH }}
|
@@ -453,7 +453,7 @@ jobs:
|
453 | 453 | node-version-file: .nvmrc
|
454 | 454 | - id: cache
|
455 | 455 | name: Restore dependencies cache
|
456 |
| - |
| 456 | + |
457 | 457 | with:
|
458 | 458 | key: ${{ needs.preflight.outputs.cache-key }}
|
459 | 459 | path: ${{ env.CACHE_PATH }}
|
|
0 commit comments