Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 61d20fc

Browse files
committed
fix: remove packageManager property from package.json
1 parent 8389ba6 commit 61d20fc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/test-anchor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- name: Install pnpm
1717
uses: pnpm/action-setup@v4
1818
with:
19+
version: 9
1920
run_install: false
2021

2122
- name: Install Node.js

.github/workflows/test-web.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- name: Install pnpm
1717
uses: pnpm/action-setup@v4
1818
with:
19+
version: 9
1920
run_install: false
2021

2122
- name: Install Node.js

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,5 @@
6262
"anchor": "0.30.1",
6363
"solana": "1.18.0"
6464
}
65-
},
66-
"packageManager": "[email protected]+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf"
65+
}
6766
}

0 commit comments

Comments
 (0)