Skip to content

Commit 678b572

Browse files
committed
fix(ci): remove explicit pnpm version to respect packageManager
1 parent 2ab77d4 commit 678b572

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build-release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ jobs:
5252

5353
- name: Setup pnpm
5454
uses: pnpm/action-setup@v4
55-
with:
56-
version: 10
5755

5856
- name: Setup Rust
5957
uses: dtolnay/rust-toolchain@stable
@@ -102,8 +100,6 @@ jobs:
102100

103101
- name: Setup pnpm
104102
uses: pnpm/action-setup@v4
105-
with:
106-
version: 10
107103

108104
- name: Setup Rust
109105
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)