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