Skip to content

Commit 6abc134

Browse files
committed
fix: github action
1 parent bb4c9db commit 6abc134

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,9 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v4
2121

22-
- name: Setup Corepack
23-
shell: bash
24-
run: corepack enable
25-
26-
- uses: actions/setup-node@v4
22+
- uses: pnpm/action-setup@v4
2723
with:
24+
version: 10.2.1
2825
node-version: 20
2926
cache: 'pnpm'
3027

0 commit comments

Comments
 (0)