6666 run : yarn ${{ github.actor == 'dependabot[bot]' && '--no-immutable' || '--immutable' }}
6767 - id : cache
6868 name : Cache dependencies
69- 69+ 7070 with :
7171 key : ${{ runner.os }}-${{ github.run_id }}
7272 path : ${{ env.CACHE_PATH }}
8888 node-version-file : .nvmrc
8989 - id : cache
9090 name : Restore dependencies cache
91- 91+ 9292 with :
9393 key : ${{ runner.os }}-${{ github.run_id }}
9494 path : ${{ env.CACHE_PATH }}
@@ -113,7 +113,7 @@ jobs:
113113 node-version-file : .nvmrc
114114 - id : cache
115115 name : Restore dependencies cache
116- 116+ 117117 with :
118118 key : ${{ runner.os }}-${{ github.run_id }}
119119 path : ${{ env.CACHE_PATH }}
@@ -138,7 +138,7 @@ jobs:
138138 node-version-file : .nvmrc
139139 - id : cache
140140 name : Restore dependencies cache
141- 141+ 142142 with :
143143 key : ${{ runner.os }}-${{ github.run_id }}
144144 path : ${{ env.CACHE_PATH }}
@@ -169,7 +169,7 @@ jobs:
169169 node-version-file : .nvmrc
170170 - id : cache
171171 name : Restore dependencies cache
172- 172+ 173173 with :
174174 key : ${{ runner.os }}-${{ github.run_id }}
175175 path : ${{ env.CACHE_PATH }}
@@ -205,7 +205,7 @@ jobs:
205205 node-version : ${{ matrix.node-version }}
206206 - id : cache
207207 name : Restore dependencies cache
208- 208+ 209209 with :
210210 key : ${{ runner.os }}-${{ github.run_id }}
211211 path : ${{ env.CACHE_PATH }}
@@ -250,7 +250,7 @@ jobs:
250250 node-version-file : .nvmrc
251251 - id : cache
252252 name : Restore dependencies cache
253- 253+ 254254 with :
255255 key : ${{ runner.os }}-${{ github.run_id }}
256256 path : ${{ env.CACHE_PATH }}
0 commit comments