Skip to content

Commit

Permalink
Merge pull request #4 from solana-developers/beeman/package-manager-p…
Browse files Browse the repository at this point in the history
…roperty

fix: remove packageManager property from package.json
  • Loading branch information
beeman authored Jan 10, 2025
2 parents 8c2dcb0 + e3cee8f commit c0edfb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-anchor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
run_install: false

- name: Install Node.js
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
run_install: false

- name: Install Node.js
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,5 @@
"anchor": "0.30.1",
"solana": "1.18.0"
}
},
"packageManager": "[email protected]+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf"
}
}

0 comments on commit c0edfb4

Please sign in to comment.