Skip to content

Commit 536e0e1

Browse files
arcanisSagnikPradhan
authored andcommitted
Enable Corepack in integration workflow
1 parent 8ccf18d commit 536e0e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/integration-workflow.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
uses: actions/setup-node@v4
3232
with:
3333
node-version: ${{ env.node-version }}
34+
35+
- name: Enable Corepack
36+
run: |
37+
npm install -g corepack
38+
corepack enable
3439
3540
- name: 'Check that the Yarn files don''t change on new installs (fix w/ "yarn install")'
3641
run: |

0 commit comments

Comments
 (0)