fix: Enforce pnpm Package Manager#1859
Conversation
|
@gowthamrdyy is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel. A member of the Team first needs to authorize it. |
GSSoC Label Checklist 🏷️@Priyanshu-byte-coder — please apply the appropriate labels before merging: Difficulty (pick one):
Quality (optional):
Validation (required to score):
|
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a packageManager field to package.json to pin the pnpm version used by the project (enables Corepack support).
Changes:
- Adds
"packageManager": "pnpm@9.0.0"topackage.json.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "node": ">=20.0.0" | ||
| } | ||
| }, | ||
| "packageManager": "pnpm@9.0.0" |
5a8d24d
into
Priyanshu-byte-coder:main
|
🎉 Merged! Thanks for contributing to DevTrack. If the project has been useful to you, a ⭐ star on the repo is the easiest way to support it — it helps DevTrack get discovered by more developers. Keep an eye on open issues for your next contribution! |
Closes #1854