Skip to content

Commit

Permalink
fix: remove packageManager property from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Jan 10, 2025
1 parent 8c2dcb0 commit e3cee8f
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 e3cee8f

Please sign in to comment.