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:
22
22
- uses : actions/setup-node@v3
23
23
with :
24
24
node-version : lts/*
25
+ cache : ' yarn'
25
26
- uses : nrwl/nx-set-shas@v2
26
27
with :
27
28
main-branch-name : ' master'
28
29
- name : Setup global dependencies
29
30
run : npm i -g yarn
30
- - name : Setup yarn cache
31
- uses : c-hive/gha-yarn-cache@v2
32
31
- name : yarn install
33
32
run : yarn
34
33
- name : Lint affected
@@ -46,13 +45,12 @@ jobs:
46
45
- uses : actions/setup-node@v3
47
46
with :
48
47
node-version : lts/*
48
+ cache : ' yarn'
49
49
- uses : nrwl/nx-set-shas@v2
50
50
with :
51
51
main-branch-name : ' master'
52
52
- name : Setup global dependencies
53
53
run : npm i -g yarn
54
- - name : Setup yarn cache
55
- uses : c-hive/gha-yarn-cache@v2
56
54
- name : yarn install
57
55
run : yarn
58
56
- name : Build.all affected
You can’t perform that action at this time.
0 commit comments