We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1221d35 commit 59f826fCopy full SHA for 59f826f
.github/workflows/ci.yml
@@ -33,6 +33,9 @@ jobs:
33
with:
34
node-version: '16'
35
36
+ - name: Enable Corepack
37
+ run: corepack enable
38
+
39
- name: Install dependencies
40
run: yarn --immutable
41
env:
@@ -64,6 +67,9 @@ jobs:
64
67
65
68
66
69
70
71
72
73
74
75
@@ -95,6 +101,9 @@ jobs:
95
101
96
102
97
103
104
105
106
98
107
99
108
100
109
0 commit comments