Skip to content

Commit 8679a10

Browse files
committed
chore(workflow): fix corepack issue
1 parent 3efdaf4 commit 8679a10

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

5656
- name: Install Pnpm
57-
run: corepack enable
57+
run: npm i -g corepack@latest --force && corepack enable
5858

5959
- name: Setup Node.js
6060
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)