Skip to content

chore: pin the local toolchain for mise - #247

Merged
unional merged 1 commit into
mainfrom
chore/mise-toolchain
Sep 6, 2026
Merged

chore: pin the local toolchain for mise#247
unional merged 1 commit into
mainfrom
chore/mise-toolchain

Conversation

@unional

@unional unional commented Sep 5, 2026

Copy link
Copy Markdown
Collaborator

mise install now gets the node and package manager this repo is developed against, instead of whatever the shell happens to have.

The pin mirrors packageManager in package.json rather than introducing a second opinion — corepack reads that field, and two independent declarations would drift the first time one of them moved. Node comes from engines.node where the repo declares one, floored at 22.

CI is unaffected: it selects its own node through setup-node and never reads this file.

Part of a sweep adding the same file across the org.

🤖 Generated with Claude Code

https://claude.ai/code/session_0163FWV18YYf6AVN3qAd4fYi

`mise install` now gets the node and package manager this repo is developed
against, instead of whatever the shell happens to have. The pin mirrors
`packageManager` in package.json rather than introducing a second opinion —
corepack reads that field, and the two would drift the first time one moved.

CI is unaffected: it selects its own node through setup-node and never reads
this file.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0163FWV18YYf6AVN3qAd4fYi
@changeset-bot

changeset-bot Bot commented Sep 5, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 364d918

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@unional
unional added this pull request to the merge queue Sep 6, 2026
Merged via the queue into main with commit dc5b5f5 Sep 6, 2026
5 checks passed
@unional
unional deleted the chore/mise-toolchain branch September 6, 2026 02:16
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