Skip to content

Commit ae90538

Browse files
committed
ci: use pnpm action
1 parent 877f4a4 commit ae90538

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v3
20-
- name: install pnpm and npm
21-
run: |
22-
corepack enable
23-
corepack prepare pnpm@latest-9 --activate
20+
- uses: pnpm/action-setup@v4
21+
with:
22+
version: latest-10
23+
standalone: true
2424
- name: pnpm install
2525
run: pnpm install
2626
- name: Publish Packages

0 commit comments

Comments
 (0)