Skip to content

chore: delete .nvmrc — mise.toml is the toolchain pin now - #119

Merged
brentrager merged 1 commit into
mainfrom
chore/drop-nvmrc
Aug 25, 2026
Merged

chore: delete .nvmrc — mise.toml is the toolchain pin now#119
brentrager merged 1 commit into
mainfrom
chore/drop-nvmrc

Conversation

@brentrager

Copy link
Copy Markdown
Contributor

The mise migration moved the Node pin into mise.toml but left .nvmrc behind, still pinning v22.14.0.

That is not inert. mise reads idiomatic version files when idiomatic_version_file_enable_tools includes node, and when it does .nvmrc wins over mise.toml:

node  22.14.0 (missing)  ~/dev/smooai/logger/.nvmrc  22.14.0   <- wins
node  24.14.0                                                   <- mise.toml, ignored

So a developer with that setting silently got Node 22.14.0 while CI built on 24.14.0 — precisely the local/CI split this migration existed to remove.

CI was never affected: the runner has no such setting, so mise-action correctly used mise.toml. That is why every green run hid this.

🤖 Generated with Claude Code

https://claude.ai/code/session_013YaefW6U442PHZf94fMAer

The mise migration moved the Node version into mise.toml, but left .nvmrc
behind still pinning v22.14.0. That is not inert: mise reads idiomatic
version files when `idiomatic_version_file_enable_tools` includes node,
and when it does, .nvmrc WINS over mise.toml. A developer with that
setting silently got Node 22.14.0 while CI built on 24.14.0 — the exact
local/CI split the migration existed to remove.

CI was never affected (the runner has no such setting, so mise-action
used mise.toml), which is why this was invisible in every green run.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013YaefW6U442PHZf94fMAer
@changeset-bot

changeset-bot Bot commented Aug 25, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 4d2421d

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

@brentrager
brentrager merged commit 1dcd136 into main Aug 25, 2026
6 checks passed
@brentrager
brentrager deleted the chore/drop-nvmrc branch August 25, 2026 01:38
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