We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d5025 commit 31b6bbaCopy full SHA for 31b6bba
.github/workflows/build-development.yml
@@ -11,6 +11,10 @@ jobs:
11
steps:
12
- name: Checkout repository
13
uses: actions/checkout@v4
14
+ # Has to be run before actions/setup-node.
15
+ # See: https://github.com/actions/setup-node/issues/480
16
+ - name: Enable corepack for Yarn
17
+ run: corepack enable
18
- name: Setup node
19
uses: actions/setup-node@v4
20
with:
.github/workflows/ci.yml
@@ -26,6 +26,10 @@ jobs:
26
27
28
29
30
31
32
33
34
35
0 commit comments