Skip to content

Commit 383aff8

Browse files
committed
chore(workflow): fix corepack issue
1 parent b566507 commit 383aff8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Install Pnpm
24-
run: corepack enable
24+
run: npm i -g corepack@latest --force && corepack enable
2525

2626
- name: Setup Node.js
2727
uses: actions/setup-node@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Install Pnpm
27-
run: corepack enable
27+
run: npm i -g corepack@latest --force && corepack enable
2828

2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)