Skip to content

chore: pin the local toolchain for mise - #354

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

chore: pin the local toolchain for mise#354
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: f576af5

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

@codecov

codecov Bot commented Sep 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (81f0427) to head (f576af5).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #354   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines          179       179           
  Branches        45        45           
=========================================
  Hits           179       179           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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