|
88 | 88 | run: echo "result=${{ runner.os }}-${{ github.run_id }}" >>$GITHUB_OUTPUT
|
89 | 89 | - id: cache
|
90 | 90 | name: Cache dependencies
|
91 |
| - |
| 91 | + |
92 | 92 | with:
|
93 | 93 | key: ${{ steps.cache-key.outputs.result }}
|
94 | 94 | path: ${{ env.CACHE_PATH }}
|
@@ -123,7 +123,7 @@ jobs:
|
123 | 123 | node-version-file: .nvmrc
|
124 | 124 | - id: cache
|
125 | 125 | name: Restore dependencies cache
|
126 |
| - |
| 126 | + |
127 | 127 | with:
|
128 | 128 | key: ${{ needs.preflight.outputs.cache-key }}
|
129 | 129 | path: ${{ env.CACHE_PATH }}
|
@@ -173,7 +173,7 @@ jobs:
|
173 | 173 | node-version-file: .nvmrc
|
174 | 174 | - id: cache
|
175 | 175 | name: Restore dependencies cache
|
176 |
| - |
| 176 | + |
177 | 177 | with:
|
178 | 178 | key: ${{ needs.preflight.outputs.cache-key }}
|
179 | 179 | path: ${{ env.CACHE_PATH }}
|
@@ -202,7 +202,7 @@ jobs:
|
202 | 202 | node-version-file: .nvmrc
|
203 | 203 | - id: cache
|
204 | 204 | name: Restore dependencies cache
|
205 |
| - |
| 205 | + |
206 | 206 | with:
|
207 | 207 | key: ${{ needs.preflight.outputs.cache-key }}
|
208 | 208 | path: ${{ env.CACHE_PATH }}
|
@@ -231,7 +231,7 @@ jobs:
|
231 | 231 | node-version-file: .nvmrc
|
232 | 232 | - id: cache
|
233 | 233 | name: Restore dependencies cache
|
234 |
| - |
| 234 | + |
235 | 235 | with:
|
236 | 236 | key: ${{ needs.preflight.outputs.cache-key }}
|
237 | 237 | path: ${{ env.CACHE_PATH }}
|
@@ -268,7 +268,7 @@ jobs:
|
268 | 268 | node-version-file: .nvmrc
|
269 | 269 | - id: cache
|
270 | 270 | name: Restore dependencies cache
|
271 |
| - |
| 271 | + |
272 | 272 | with:
|
273 | 273 | key: ${{ needs.preflight.outputs.cache-key }}
|
274 | 274 | path: ${{ env.CACHE_PATH }}
|
@@ -313,7 +313,7 @@ jobs:
|
313 | 313 | node-version-file: .nvmrc
|
314 | 314 | - id: cache
|
315 | 315 | name: Restore dependencies cache
|
316 |
| - |
| 316 | + |
317 | 317 | with:
|
318 | 318 | key: ${{ needs.preflight.outputs.cache-key }}
|
319 | 319 | path: ${{ env.CACHE_PATH }}
|
@@ -365,7 +365,7 @@ jobs:
|
365 | 365 | node-version-file: .nvmrc
|
366 | 366 | - id: cache
|
367 | 367 | name: Restore dependencies cache
|
368 |
| - |
| 368 | + |
369 | 369 | with:
|
370 | 370 | key: ${{ needs.preflight.outputs.cache-key }}
|
371 | 371 | path: ${{ env.CACHE_PATH }}
|
|
0 commit comments