|
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 }}
|
@@ -164,7 +164,7 @@ jobs:
|
164 | 164 | node-version-file: .nvmrc
|
165 | 165 | - id: cache
|
166 | 166 | name: Restore dependencies cache
|
167 |
| - |
| 167 | + |
168 | 168 | with:
|
169 | 169 | key: ${{ runner.os }}-${{ github.run_id }}
|
170 | 170 | 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: ${{ runner.os }}-${{ github.run_id }}
|
198 | 198 | path: ${{ env.CACHE_PATH }}
|
@@ -223,7 +223,7 @@ jobs:
|
223 | 223 | node-version-file: .nvmrc
|
224 | 224 | - id: cache
|
225 | 225 | name: Restore dependencies cache
|
226 |
| - |
| 226 | + |
227 | 227 | with:
|
228 | 228 | key: ${{ runner.os }}-${{ github.run_id }}
|
229 | 229 | path: ${{ env.CACHE_PATH }}
|
@@ -266,7 +266,7 @@ jobs:
|
266 | 266 | - id: cache
|
267 | 267 | if: steps.test-files-check.outputs.files_exists == 'true'
|
268 | 268 | name: Restore dependencies cache
|
269 |
| - |
| 269 | + |
270 | 270 | with:
|
271 | 271 | key: ${{ runner.os }}-${{ github.run_id }}
|
272 | 272 | path: ${{ env.CACHE_PATH }}
|
@@ -327,7 +327,7 @@ jobs:
|
327 | 327 | - id: cache
|
328 | 328 | if: steps.test-files-check.outputs.files_exists == 'true'
|
329 | 329 | name: Restore dependencies cache
|
330 |
| - |
| 330 | + |
331 | 331 | with:
|
332 | 332 | key: ${{ runner.os }}-${{ github.run_id }}
|
333 | 333 | 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: ${{ runner.os }}-${{ github.run_id }}
|
384 | 384 | path: ${{ env.CACHE_PATH }}
|
|
0 commit comments