|
82 | 82 | run: echo "result=${{ runner.os }}-${{ github.run_id }}" >>$GITHUB_OUTPUT |
83 | 83 | - id: cache |
84 | 84 | name: Cache dependencies |
85 | | - |
| 85 | + |
86 | 86 | with: |
87 | 87 | key: ${{ steps.cache-key.outputs.result }} |
88 | 88 | path: ${{ env.CACHE_PATH }} |
@@ -113,7 +113,7 @@ jobs: |
113 | 113 | node-version-file: .nvmrc |
114 | 114 | - id: cache |
115 | 115 | name: Restore dependencies cache |
116 | | - |
| 116 | + |
117 | 117 | with: |
118 | 118 | key: ${{ needs.preflight.outputs.cache-key }} |
119 | 119 | path: ${{ env.CACHE_PATH }} |
@@ -163,7 +163,7 @@ jobs: |
163 | 163 | node-version-file: .nvmrc |
164 | 164 | - id: cache |
165 | 165 | name: Restore dependencies cache |
166 | | - |
| 166 | + |
167 | 167 | with: |
168 | 168 | key: ${{ needs.preflight.outputs.cache-key }} |
169 | 169 | path: ${{ env.CACHE_PATH }} |
@@ -192,7 +192,7 @@ jobs: |
192 | 192 | node-version-file: .nvmrc |
193 | 193 | - id: cache |
194 | 194 | name: Restore dependencies cache |
195 | | - |
| 195 | + |
196 | 196 | with: |
197 | 197 | key: ${{ needs.preflight.outputs.cache-key }} |
198 | 198 | path: ${{ env.CACHE_PATH }} |
@@ -221,7 +221,7 @@ jobs: |
221 | 221 | node-version-file: .nvmrc |
222 | 222 | - id: cache |
223 | 223 | name: Restore dependencies cache |
224 | | - |
| 224 | + |
225 | 225 | with: |
226 | 226 | key: ${{ needs.preflight.outputs.cache-key }} |
227 | 227 | path: ${{ env.CACHE_PATH }} |
@@ -252,7 +252,7 @@ jobs: |
252 | 252 | node-version-file: .nvmrc |
253 | 253 | - id: cache |
254 | 254 | name: Restore dependencies cache |
255 | | - |
| 255 | + |
256 | 256 | with: |
257 | 257 | key: ${{ needs.preflight.outputs.cache-key }} |
258 | 258 | path: ${{ env.CACHE_PATH }} |
@@ -301,7 +301,7 @@ jobs: |
301 | 301 | node-version: ${{ matrix.node-version }} |
302 | 302 | - id: cache |
303 | 303 | name: Restore dependencies cache |
304 | | - |
| 304 | + |
305 | 305 | with: |
306 | 306 | key: ${{ needs.preflight.outputs.cache-key }} |
307 | 307 | path: ${{ env.CACHE_PATH }} |
@@ -378,7 +378,7 @@ jobs: |
378 | 378 | node-version-file: .nvmrc |
379 | 379 | - id: cache |
380 | 380 | name: Restore dependencies cache |
381 | | - |
| 381 | + |
382 | 382 | with: |
383 | 383 | key: ${{ needs.preflight.outputs.cache-key }} |
384 | 384 | path: ${{ env.CACHE_PATH }} |
|
0 commit comments