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 536e0e1 commit 89043d9Copy full SHA for 89043d9
.github/workflows/integration-workflow.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/setup-node@v4
32
with:
33
node-version: ${{ env.node-version }}
34
-
+
35
- name: Enable Corepack
36
run: |
37
npm install -g corepack
@@ -259,6 +259,11 @@ jobs:
259
260
node-version: ${{matrix.node}}.x
261
262
+ - name: Enable Corepack
263
+ run: |
264
+ npm install -g corepack
265
+ corepack enable
266
267
- uses: actions/download-artifact@v4
268
269
name: yarn-artifacts
0 commit comments