chore: upgrade pnpm to 11.1.2#48
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6395e4cb63
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
Pull request overview
This PR bumps the repository's declared package manager from pnpm 10.33.4 to 11.1.2, and additionally updates the CI Node.js test matrix to use a pinned 22.20.0 instead of 20.x.
Changes:
- Bump
packageManagerinpackage.jsontopnpm@11.1.2. - Replace
20.xwith22.20.0in the CI Node matrix in.github/workflows/nodejs.yml.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates the packageManager field to pnpm 11.1.2. |
| .github/workflows/nodejs.yml | Changes CI Node matrix entry from 20.x to 22.20.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
This PR upgrades the repository package manager metadata to pnpm 11.1.2 and updates pnpm 11 install configuration where dependency build scripts need an explicit allowBuilds decision. Lockfile or small validation fixes are included only where pnpm 11/local checks required them.
Related Links