Skip to content

Commit 214fe40

Browse files
committed
chore(workflow): fix corepack issue
1 parent 6f1da03 commit 214fe40

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
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/checkout@v4
5656

5757
- name: Install Pnpm
58-
run: corepack enable
58+
run: npm i -g corepack@latest --force && corepack enable
5959

6060
- name: Setup Node.js
6161
uses: actions/setup-node@v4

.github/workflows/test.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

0 commit comments

Comments
 (0)