Skip to content

Commit 514efa9

Browse files
committed
ci: should enable corepac
1 parent c0d70d5 commit 514efa9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
uses: actions/setup-node@v3
3030
with:
3131
node-version: 20
32+
- name: Enable Corepack
33+
run: corepack enable
3234
- name: Install Dependencies
3335
run: yarn
3436
- name: Create Release Pull Request

0 commit comments

Comments
 (0)