7272 run : yarn ${{ github.actor == 'dependabot[bot]' && '--no-immutable' || '--immutable' }}
7373 - id : cache
7474 name : Cache dependencies
75- 75+ 7676 with :
7777 key : ${{ runner.os }}-${{ github.run_id }}
7878 path : ${{ env.CACHE_PATH }}
@@ -121,7 +121,7 @@ jobs:
121121 node-version-file : .nvmrc
122122 - id : cache
123123 name : Restore dependencies cache
124- 124+ 125125 with :
126126 key : ${{ runner.os }}-${{ github.run_id }}
127127 path : ${{ env.CACHE_PATH }}
@@ -146,7 +146,7 @@ jobs:
146146 node-version-file : .nvmrc
147147 - id : cache
148148 name : Restore dependencies cache
149- 149+ 150150 with :
151151 key : ${{ runner.os }}-${{ github.run_id }}
152152 path : ${{ env.CACHE_PATH }}
@@ -171,7 +171,7 @@ jobs:
171171 node-version-file : .nvmrc
172172 - id : cache
173173 name : Restore dependencies cache
174- 174+ 175175 with :
176176 key : ${{ runner.os }}-${{ github.run_id }}
177177 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 }}
@@ -247,7 +247,7 @@ jobs:
247247 node-version : ${{ matrix.node-version }}
248248 - id : cache
249249 name : Restore dependencies cache
250- 250+ 251251 with :
252252 key : ${{ runner.os }}-${{ github.run_id }}
253253 path : ${{ env.CACHE_PATH }}
@@ -292,7 +292,7 @@ jobs:
292292 node-version-file : .nvmrc
293293 - id : cache
294294 name : Restore dependencies cache
295- 295+ 296296 with :
297297 key : ${{ runner.os }}-${{ github.run_id }}
298298 path : ${{ env.CACHE_PATH }}
0 commit comments