7373 run : yarn ${{ github.actor == 'dependabot[bot]' && '--no-immutable' || '--immutable' }}
7474 - id : cache
7575 name : Cache dependencies
76- 76+ 7777 with :
7878 key : ${{ runner.os }}-${{ github.run_id }}
7979 path : ${{ env.CACHE_PATH }}
@@ -102,7 +102,7 @@ jobs:
102102 node-version-file : .nvmrc
103103 - id : cache
104104 name : Restore dependencies cache
105- 105+ 106106 with :
107107 key : ${{ runner.os }}-${{ github.run_id }}
108108 path : ${{ env.CACHE_PATH }}
@@ -151,7 +151,7 @@ jobs:
151151 node-version-file : .nvmrc
152152 - id : cache
153153 name : Restore dependencies cache
154- 154+ 155155 with :
156156 key : ${{ runner.os }}-${{ github.run_id }}
157157 path : ${{ env.CACHE_PATH }}
@@ -176,7 +176,7 @@ jobs:
176176 node-version-file : .nvmrc
177177 - id : cache
178178 name : Restore dependencies cache
179- 179+ 180180 with :
181181 key : ${{ runner.os }}-${{ github.run_id }}
182182 path : ${{ env.CACHE_PATH }}
@@ -204,7 +204,7 @@ jobs:
204204 node-version-file : .nvmrc
205205 - id : cache
206206 name : Restore dependencies cache
207- 207+ 208208 with :
209209 key : ${{ runner.os }}-${{ github.run_id }}
210210 path : ${{ env.CACHE_PATH }}
@@ -239,7 +239,7 @@ jobs:
239239 node-version-file : .nvmrc
240240 - id : cache
241241 name : Restore dependencies cache
242- 242+ 243243 with :
244244 key : ${{ runner.os }}-${{ github.run_id }}
245245 path : ${{ env.CACHE_PATH }}
@@ -286,7 +286,7 @@ jobs:
286286 node-version : ${{ matrix.node-version }}
287287 - id : cache
288288 name : Restore dependencies cache
289- 289+ 290290 with :
291291 key : ${{ runner.os }}-${{ github.run_id }}
292292 path : ${{ env.CACHE_PATH }}
@@ -333,7 +333,7 @@ jobs:
333333 node-version-file : .nvmrc
334334 - id : cache
335335 name : Restore dependencies cache
336- 336+ 337337 with :
338338 key : ${{ runner.os }}-${{ github.run_id }}
339339 path : ${{ env.CACHE_PATH }}
0 commit comments