Skip to content

Commit 9ff9c31

Browse files
committed
enable corepack in github action
1 parent 4621f01 commit 9ff9c31

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
run: |
3333
git config --global user.email "github-actions@example.com"
3434
git config --global user.name "Github Actions"
35+
corepack enable
3536
yarn
3637
yarn run test
3738
yarn run build

0 commit comments

Comments
 (0)