File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,13 +145,6 @@ jobs:
145145 with :
146146 path : " **/node_modules"
147147 key : ${{ runner.os }}-${{ hashFiles('**/package.json') }}-${{ hashFiles('**/yarn.lock') }}
148- - name : Use build cache
149- uses : actions/cache@v4
150- with :
151- path : .nxcache
152- key : build-cache-key-${{ runner.os }}-${{ github.run_id }}
153- restore-keys : |
154- build-cache-key-${{ runner.os }}-
155148 - name : Install dependencies
156149 run : yarn --frozen-lockfile --ignore-engines
157150 if : steps.dependency-cache.outputs.cache-hit != 'true'
@@ -182,13 +175,6 @@ jobs:
182175 with :
183176 path : " **/node_modules"
184177 key : ${{ runner.os }}-${{ hashFiles('**/package.json') }}-${{ hashFiles('**/yarn.lock') }}
185- - name : Use build cache
186- uses : actions/cache@v4
187- with :
188- path : .nxcache
189- key : build-cache-key-${{ runner.os }}-${{ github.run_id }}
190- restore-keys : |
191- build-cache-key-${{ runner.os }}-
192178 - name : Install dependencies
193179 run : yarn --frozen-lockfile --ignore-engines
194180 if : steps.dependency-cache.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments