Skip to content

chore: pin pnpm via packageManager field#5

Merged
scotthavird merged 2 commits into
mainfrom
chore/pin-pnpm
Apr 25, 2026
Merged

chore: pin pnpm via packageManager field#5
scotthavird merged 2 commits into
mainfrom
chore/pin-pnpm

Conversation

@scotthavird
Copy link
Copy Markdown
Owner

Adds packageManager: pnpm@10.10.0 (with integrity hash) to package.json so Corepack auto-installs the exact pnpm version across contributors and CI.

What this prevents: lockfile churn from mismatched pnpm installs on different machines.

Breaking: none. Contributors who don't use Corepack continue to work as before.

Test plan

  • jq . package.json — validates.
  • corepack enable && pnpm --version — should print 10.10.0 after cloning.

🤖 Generated with Claude Code

Lets Corepack auto-install the exact pnpm version across contributors
and CI, preventing lockfile churn from mismatched pnpm installs.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@scotthavird scotthavird merged commit 756eb89 into main Apr 25, 2026
2 checks passed
@scotthavird scotthavird deleted the chore/pin-pnpm branch April 25, 2026 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant