File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,12 @@ jobs:
2222 - uses : actions/setup-node@v3
2323 with :
2424 node-version : lts/*
25+ cache : ' yarn'
2526 - uses : nrwl/nx-set-shas@v2
2627 with :
2728 main-branch-name : ' master'
2829 - name : Setup global dependencies
2930 run : npm i -g yarn
30- - name : Setup yarn cache
31- uses : c-hive/gha-yarn-cache@v2
3231 - name : yarn install
3332 run : yarn
3433 - name : Lint affected
@@ -46,13 +45,12 @@ jobs:
4645 - uses : actions/setup-node@v3
4746 with :
4847 node-version : lts/*
48+ cache : ' yarn'
4949 - uses : nrwl/nx-set-shas@v2
5050 with :
5151 main-branch-name : ' master'
5252 - name : Setup global dependencies
5353 run : npm i -g yarn
54- - name : Setup yarn cache
55- uses : c-hive/gha-yarn-cache@v2
5654 - name : yarn install
5755 run : yarn
5856 - name : Build.all affected
You can’t perform that action at this time.
0 commit comments