|
80 | 80 | run: yarn ${{ github.actor == 'dependabot[bot]' && '--no-immutable' || '--immutable' }} |
81 | 81 | - id: cache |
82 | 82 | name: Cache dependencies |
83 | | - |
| 83 | + |
84 | 84 | with: |
85 | 85 | key: ${{ runner.os }}-${{ github.run_id }} |
86 | 86 | path: ${{ env.CACHE_PATH }} |
@@ -110,7 +110,7 @@ jobs: |
110 | 110 | node-version-file: .nvmrc |
111 | 111 | - id: cache |
112 | 112 | name: Restore dependencies cache |
113 | | - |
| 113 | + |
114 | 114 | with: |
115 | 115 | key: ${{ runner.os }}-${{ github.run_id }} |
116 | 116 | path: ${{ env.CACHE_PATH }} |
@@ -161,7 +161,7 @@ jobs: |
161 | 161 | node-version-file: .nvmrc |
162 | 162 | - id: cache |
163 | 163 | name: Restore dependencies cache |
164 | | - |
| 164 | + |
165 | 165 | with: |
166 | 166 | key: ${{ runner.os }}-${{ github.run_id }} |
167 | 167 | path: ${{ env.CACHE_PATH }} |
@@ -189,7 +189,7 @@ jobs: |
189 | 189 | node-version-file: .nvmrc |
190 | 190 | - id: cache |
191 | 191 | name: Restore dependencies cache |
192 | | - |
| 192 | + |
193 | 193 | with: |
194 | 194 | key: ${{ runner.os }}-${{ github.run_id }} |
195 | 195 | path: ${{ env.CACHE_PATH }} |
@@ -217,7 +217,7 @@ jobs: |
217 | 217 | node-version-file: .nvmrc |
218 | 218 | - id: cache |
219 | 219 | name: Restore dependencies cache |
220 | | - |
| 220 | + |
221 | 221 | with: |
222 | 222 | key: ${{ runner.os }}-${{ github.run_id }} |
223 | 223 | path: ${{ env.CACHE_PATH }} |
@@ -260,7 +260,7 @@ jobs: |
260 | 260 | - id: cache |
261 | 261 | if: steps.test-files-check.outputs.files_exists == 'true' |
262 | 262 | name: Restore dependencies cache |
263 | | - |
| 263 | + |
264 | 264 | with: |
265 | 265 | key: ${{ runner.os }}-${{ github.run_id }} |
266 | 266 | path: ${{ env.CACHE_PATH }} |
@@ -312,7 +312,7 @@ jobs: |
312 | 312 | - id: cache |
313 | 313 | if: steps.test-files-check.outputs.files_exists == 'true' |
314 | 314 | name: Restore dependencies cache |
315 | | - |
| 315 | + |
316 | 316 | with: |
317 | 317 | key: ${{ runner.os }}-${{ github.run_id }} |
318 | 318 | path: ${{ env.CACHE_PATH }} |
@@ -366,7 +366,7 @@ jobs: |
366 | 366 | node-version-file: .nvmrc |
367 | 367 | - id: cache |
368 | 368 | name: Restore dependencies cache |
369 | | - |
| 369 | + |
370 | 370 | with: |
371 | 371 | key: ${{ runner.os }}-${{ github.run_id }} |
372 | 372 | path: ${{ env.CACHE_PATH }} |
|
0 commit comments