File tree Expand file tree Collapse file tree 6 files changed +4248
-39282
lines changed Expand file tree Collapse file tree 6 files changed +4248
-39282
lines changed Original file line number Diff line number Diff line change 4040 id : cache
4141 with :
4242 path : ${{ env.CACHE_NODE_MODULES_PATH }}
43- key : node_modules-${{ hashFiles('**/package-lock.json ') }}
44- - run : yarn install --immutable --immutable-cache --check-cache
43+ key : node_modules-${{ hashFiles('**/yarn.lock ') }}
44+ - run : npm ci --immutable --immutable-cache --check-cache
4545 if : steps.cache.outputs.cache-hit != 'true'
4646
4747 # build valor-software-site-base
5353 - uses : actions/cache@v3
5454 with :
5555 path : ${{ env.CACHE_NODE_MODULES_PATH }}
56- key : node_modules-${{ hashFiles('**/package-lock.json ') }}
56+ key : node_modules-${{ hashFiles('**/yarn.lock ') }}
5757 - uses : actions/cache@v3
5858 with :
5959 path : ${{ env.CACHE_DIST_PATH }}
Original file line number Diff line number Diff line change 3939 id : cache
4040 with :
4141 path : ${{ env.CACHE_NODE_MODULES_PATH }}
42- key : node_modules-${{ hashFiles('**/package-lock.json ') }}
42+ key : node_modules-${{ hashFiles('**/yarn.lock ') }}
4343 - run : yarn install --immutable --immutable-cache --check-cache
4444 if : steps.cache.outputs.cache-hit != 'true'
4545
5555 - uses : actions/cache@v3
5656 with :
5757 path : ${{ env.CACHE_NODE_MODULES_PATH }}
58- key : node_modules-${{ hashFiles('**/package-lock.json ') }}
58+ key : node_modules-${{ hashFiles('**/yarn.lock ') }}
5959 - uses : actions/cache@v3
6060 with :
6161 path : ${{ env.CACHE_DIST_PATH }}
7373 - uses : actions/cache@v3
7474 with :
7575 path : ${{ env.CACHE_NODE_MODULES_PATH }}
76- key : node_modules-${{ hashFiles('**/package-lock.json ') }}
76+ key : node_modules-${{ hashFiles('**/yarn.lock ') }}
7777 - run : npm run lint -- --runner cloud
7878
7979 # firebase deploy preview
Original file line number Diff line number Diff line change 2121 id : cache
2222 with :
2323 path : ${{ env.CACHE_NODE_MODULES_PATH }}
24- key : node_modules-${{ hashFiles('**/package-lock.json ') }}
25- - run : yarn install --immutable --immutable-cache --check-cache
24+ key : node_modules-${{ hashFiles('**/yarn.lock ') }}
25+ - run : npm ci --immutable --immutable-cache --check-cache
2626 if : steps.cache.outputs.cache-hit != 'true'
2727 - run : |
2828 npx ng build --runner cloud --prod --skip-nx-cache
You can’t perform that action at this time.
0 commit comments