7878 run : yarn ${{ github.actor == 'dependabot[bot]' && '--no-immutable' || '--immutable' }}
7979 - id : cache
8080 name : Cache dependencies
81- 81+ 8282 with :
8383 key : ${{ runner.os }}-${{ github.run_id }}
8484 path : ${{ env.CACHE_PATH }}
@@ -107,7 +107,7 @@ jobs:
107107 node-version-file : .nvmrc
108108 - id : cache
109109 name : Restore dependencies cache
110- 110+ 111111 with :
112112 key : ${{ runner.os }}-${{ github.run_id }}
113113 path : ${{ env.CACHE_PATH }}
@@ -156,7 +156,7 @@ jobs:
156156 node-version-file : .nvmrc
157157 - id : cache
158158 name : Restore dependencies cache
159- 159+ 160160 with :
161161 key : ${{ runner.os }}-${{ github.run_id }}
162162 path : ${{ env.CACHE_PATH }}
@@ -183,7 +183,7 @@ jobs:
183183 node-version-file : .nvmrc
184184 - id : cache
185185 name : Restore dependencies cache
186- 186+ 187187 with :
188188 key : ${{ runner.os }}-${{ github.run_id }}
189189 path : ${{ env.CACHE_PATH }}
@@ -210,7 +210,7 @@ jobs:
210210 node-version-file : .nvmrc
211211 - id : cache
212212 name : Restore dependencies cache
213- 213+ 214214 with :
215215 key : ${{ runner.os }}-${{ github.run_id }}
216216 path : ${{ env.CACHE_PATH }}
@@ -246,7 +246,7 @@ jobs:
246246 node-version-file : .nvmrc
247247 - id : cache
248248 name : Restore dependencies cache
249- 249+ 250250 with :
251251 key : ${{ runner.os }}-${{ github.run_id }}
252252 path : ${{ env.CACHE_PATH }}
@@ -291,7 +291,7 @@ jobs:
291291 node-version : ${{ matrix.node-version }}
292292 - id : cache
293293 name : Restore dependencies cache
294- 294+ 295295 with :
296296 key : ${{ runner.os }}-${{ github.run_id }}
297297 path : ${{ env.CACHE_PATH }}
@@ -345,7 +345,7 @@ jobs:
345345 node-version-file : .nvmrc
346346 - id : cache
347347 name : Restore dependencies cache
348- 348+ 349349 with :
350350 key : ${{ runner.os }}-${{ github.run_id }}
351351 path : ${{ env.CACHE_PATH }}
0 commit comments