We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d1367 commit 7c89a4cCopy full SHA for 7c89a4c
.github/workflows/ci.yml
@@ -15,11 +15,14 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
18
+ - name: Run corepack enable
19
+ run: corepack enable
20
+
21
- name: Setup Node
22
uses: actions/setup-node@v4
23
with:
24
node-version: 20
- cache: yarn
25
+# cache: yarn
26
27
- name: Install project
28
run: yarn install --frozen-lockfile
@@ -37,11 +40,14 @@ jobs:
37
40
38
41
39
42
43
44
45
46
47
48
49
50
51
52
53
0 commit comments