File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ concurrency:
13
13
14
14
env :
15
15
YARN_IGNORE_NODE : 1
16
+ YARN_ENABLE_IMMUTABLE_INSTALLS : false
16
17
17
18
jobs :
18
19
deploy :
25
26
with :
26
27
node-version : 16
27
28
28
- - run : yarn set version 3.6.1
29
+ - uses : threeal/setup-yarn-action@v2.0.0
30
+ with :
31
+ version : 3.6.1
32
+ cache : false
29
33
30
34
- uses : actions/cache@v4
31
35
with :
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ concurrency:
9
9
10
10
env :
11
11
YARN_IGNORE_NODE : 1
12
+ YARN_ENABLE_IMMUTABLE_INSTALLS : false
12
13
13
14
jobs :
14
15
deploy :
20
21
- uses : actions/setup-node@v4
21
22
with :
22
23
node-version : 16
24
+ cache : yarn
23
25
24
- - run : yarn set version 3.6.1
26
+ - uses : threeal/setup-yarn-action@v2.0.0
27
+ with :
28
+ version : 3.6.1
29
+ cache : false
25
30
26
31
- uses : actions/cache@v4
27
32
with :
You can’t perform that action at this time.
0 commit comments