From d46b411fade3b4a559f96cddc04fdb4da90524ac Mon Sep 17 00:00:00 2001 From: Brent Date: Mon, 24 Aug 2026 21:27:53 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20delete=20.nvmrc=20=E2=80=94=20mise.tom?= =?UTF-8?q?l=20is=20the=20toolchain=20pin=20now?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) Claude-Session: https://claude.ai/code/session_013YaefW6U442PHZf94fMAer --- .nvmrc | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc deleted file mode 100644 index 517f3866..00000000 --- a/.nvmrc +++ /dev/null @@ -1 +0,0 @@ -v22.14.0