Skip to content

Commit 89043d9

Browse files
committed
Enable corepack on integration tests
1 parent 536e0e1 commit 89043d9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/integration-workflow.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/setup-node@v4
3232
with:
3333
node-version: ${{ env.node-version }}
34-
34+
3535
- name: Enable Corepack
3636
run: |
3737
npm install -g corepack
@@ -259,6 +259,11 @@ jobs:
259259
with:
260260
node-version: ${{matrix.node}}.x
261261

262+
- name: Enable Corepack
263+
run: |
264+
npm install -g corepack
265+
corepack enable
266+
262267
- uses: actions/download-artifact@v4
263268
with:
264269
name: yarn-artifacts

0 commit comments

Comments
 (0)