We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f937c commit e51f29cCopy full SHA for e51f29c
.github/workflows/deploy.yml
@@ -13,6 +13,7 @@ concurrency:
13
14
env:
15
YARN_IGNORE_NODE: 1
16
+ YARN_ENABLE_IMMUTABLE_INSTALLS: false
17
18
jobs:
19
deploy:
@@ -25,7 +26,10 @@ jobs:
25
26
with:
27
node-version: 16
28
- - run: yarn set version 3.6.1
29
+ - uses: threeal/[email protected]
30
+ with:
31
+ version: 3.6.1
32
+ cache: false
33
34
- uses: actions/cache@v4
35
.github/workflows/preview.yml
@@ -9,6 +9,7 @@ concurrency:
9
10
11
12
@@ -20,8 +21,12 @@ jobs:
20
21
- uses: actions/setup-node@v4
22
23
24
+ cache: yarn
0 commit comments