Skip to content

Commit 6518718

Browse files
committed
Apparently can't use workspace dependencies with the github action?
1 parent 25acf65 commit 6518718

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/release_rust.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
uses: actions/setup-node@v4
3333
with:
3434
node-version: lts/*
35-
- uses: pnpm/action-setup@v4
36-
with:
37-
version: 9.7.1
3835
- name: install Rust stable
3936
uses: dtolnay/rust-toolchain@stable
4037
with:

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
"vitest": "3.1.2",
6666
"wireit": "0.14.12"
6767
},
68-
"packageManager": "pnpm@9.7.1",
6968
"pnpm": {
7069
"overrides": {
7170
"react": "19.1.0",

0 commit comments

Comments
 (0)