Skip to content

Commit 295306b

Browse files
committed
feat: enable corepack in github workflow
1 parent 3e02c6e commit 295306b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-examples.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
- name: Checkout repository
2626
uses: actions/checkout@v4
2727

28+
# Enable Corepack to use the yarn version defined in package.json
29+
- name: Enable Corepack
30+
run: corepack enable
31+
32+
2833
- name: Set up Node.js and Yarn
2934
uses: actions/setup-node@v4
3035
with:

0 commit comments

Comments
 (0)