Skip to content

Commit 38a9e3c

Browse files
committed
setup pnpm in a different way
1 parent 212251e commit 38a9e3c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ jobs:
2525
uses: actions/setup-node@v4
2626
with:
2727
node-version: lts/*
28-
cache: pnpm
28+
29+
- uses: pnpm/action-setup@v4.1
30+
with:
31+
version: 8
32+
run_install: false
33+
standalone: true
34+
dest: ~/setup-pnpm
2935

3036
- name: install Rust stable
3137
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)