chore: pin Node.js 24.16.0 (.tool-versions) + require Node >= 24#18
Open
fcsonline wants to merge 2 commits into
Open
chore: pin Node.js 24.16.0 (.tool-versions) + require Node >= 24#18fcsonline wants to merge 2 commits into
fcsonline wants to merge 2 commits into
Conversation
The dev environment now standardizes on Node 24.16.0 (installed from each repo's .tool-versions). Bump the welcome CLI's own runtime requirement to match. Node versions for the dev environment continue to be sourced from .tool-versions, not hardcoded here.
The welcome CLI itself now declares its Node version via .tool-versions (mise/asdf), matching the org-wide Node 24.16.0 standard.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Aligns the welcome repo with the org-wide Node 24.16.0 migration:
.tool-versionspinningnodejs 24.16.0— the welcome CLI now declares its own Node version (mise/asdf), like the other Factorial repos.Node.js >= 18→Node.js >= 24.Note
The dev-environment Node version the wizard installs is still sourced from each cloned repo's
.tool-versions(viamise install/asdf install) — not hardcoded in the setup flow. This change only concerns running the welcome CLI itself.Companion PRs:
🤖 Generated with Claude Code