Skip to content

Commit 5fe521c

Browse files
committed
chore: fix corepack issue
1 parent 6bb269d commit 5fe521c

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
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

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

2727
- name: Setup Node.js
2828
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)