Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit 85c0fbf

Browse files
committed
feat(ci): setup yarn with corepack
1 parent b1be69d commit 85c0fbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10+
- run: corepack enable
1011
- uses: actions/setup-node@v4
1112
with:
1213
node-version: 22

0 commit comments

Comments
 (0)