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 }}
@@ -205,7 +205,7 @@ jobs:
205205 node-version-file : .nvmrc
206206 - id : cache
207207 name : Restore dependencies cache
208- 208+ 209209 with :
210210 key : ${{ runner.os }}-${{ github.run_id }}
211211 path : ${{ env.CACHE_PATH }}
@@ -248,7 +248,7 @@ jobs:
248248 node-version : ${{ matrix.node-version }}
249249 - id : cache
250250 name : Restore dependencies cache
251- 251+ 252252 with :
253253 key : ${{ runner.os }}-${{ github.run_id }}
254254 path : ${{ env.CACHE_PATH }}
@@ -293,7 +293,7 @@ jobs:
293293 node-version-file : .nvmrc
294294 - id : cache
295295 name : Restore dependencies cache
296- 296+ 297297 with :
298298 key : ${{ runner.os }}-${{ github.run_id }}
299299 path : ${{ env.CACHE_PATH }}
0 commit comments