We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25acf65 commit 6518718Copy full SHA for 6518718
.github/workflows/release_rust.yml
@@ -32,9 +32,6 @@ jobs:
32
uses: actions/setup-node@v4
33
with:
34
node-version: lts/*
35
- - uses: pnpm/action-setup@v4
36
- with:
37
- version: 9.7.1
38
- name: install Rust stable
39
uses: dtolnay/rust-toolchain@stable
40
package.json
@@ -65,7 +65,6 @@
65
"vitest": "3.1.2",
66
"wireit": "0.14.12"
67
},
68
- "packageManager": "pnpm@9.7.1",
69
"pnpm": {
70
"overrides": {
71
"react": "19.1.0",
0 commit comments