File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 with :
4242 path : ${{ env.CACHE_NODE_MODULES_PATH }}
4343 key : node_modules-${{ hashFiles('**/package-lock.json') }}
44- - run : npm ci
44+ - run : yarn install --immutable --immutable-cache --check-cache
4545 if : steps.cache.outputs.cache-hit != 'true'
4646
4747 # build valor-software-site-base
Original file line number Diff line number Diff line change 4040 with :
4141 path : ${{ env.CACHE_NODE_MODULES_PATH }}
4242 key : node_modules-${{ hashFiles('**/package-lock.json') }}
43- - run : npm ci
43+ - run : yarn install --immutable --immutable-cache --check-cache
4444 if : steps.cache.outputs.cache-hit != 'true'
4545
4646 # build valor-software-site-base
Original file line number Diff line number Diff line change 2222 with :
2323 path : ${{ env.CACHE_NODE_MODULES_PATH }}
2424 key : node_modules-${{ hashFiles('**/package-lock.json') }}
25- - run : npm ci
25+ - run : yarn install --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