File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 node-version : ' 16.x'
2121 cache : ' yarn'
2222
23- - run : yarn install --frozen-lockfile
23+ - run : yarn install --immutable --immutable-cache --check-cache
2424 - run : yarn test
2525 - name : Build # builds the docs site with --prefix-paths for gh-pages
2626 run : |
Original file line number Diff line number Diff line change 1818 scope : ' @Pyrax'
1919 cache : ' yarn'
2020
21- - run : yarn install --frozen-lockfile
21+ - run : yarn install --immutable --immutable-cache --check-cache
2222 - name : Autoscope package.json
2323 uses : khaazz/action-autoscope@master
2424
Original file line number Diff line number Diff line change 2020 node-version : ' 16.x'
2121 cache : ' yarn'
2222
23- - run : yarn install --frozen-lockfile
23+ - run : yarn install --immutable --immutable-cache --check-cache
2424 - name : Check tests before release
2525 run : yarn test
2626
You can’t perform that action at this time.
0 commit comments