Skip to content

Commit af17f50

Browse files
authored
ci: install latest corepack before releasing (#24)
1 parent 103012c commit af17f50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ jobs:
5454
uses: actions/checkout@v4
5555

5656
- name: Install Pnpm
57-
run: corepack enable
57+
run: |
58+
npm install -g corepack@latest
59+
corepack enable
5860
5961
- name: Setup Node.js
6062
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)