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:
1313
1414env :
1515 YARN_IGNORE_NODE : 1
16+ YARN_ENABLE_IMMUTABLE_INSTALLS : false
1617
1718jobs :
1819 deploy :
2526 with :
2627 node-version : 16
2728
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
2933
3034 - uses : actions/cache@v4
3135 with :
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ concurrency:
99
1010env :
1111 YARN_IGNORE_NODE : 1
12+ YARN_ENABLE_IMMUTABLE_INSTALLS : false
1213
1314jobs :
1415 deploy :
2021 - uses : actions/setup-node@v4
2122 with :
2223 node-version : 16
24+ cache : yarn
2325
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
2530
2631 - uses : actions/cache@v4
2732 with :
You can’t perform that action at this time.
0 commit comments