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

Commit c0edfb4

Browse files
authored
Merge pull request #4 from solana-developers/beeman/package-manager-property
fix: remove packageManager property from package.json
2 parents 8c2dcb0 + e3cee8f commit c0edfb4

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
@@ -71,6 +71,5 @@
7171
"anchor": "0.30.1",
7272
"solana": "1.18.0"
7373
}
74-
},
75-
"packageManager": "[email protected]+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf"
74+
}
7675
}

0 commit comments

Comments
 (0)