chore: pin Node 24 runtime for Vercel builds - #136
Open
arihantcodes wants to merge 1 commit into
Open
Conversation
Vercel flagged Node 20.x as EOL (new builds disabled Oct 1, 2026). engines.node overrides the project's dashboard Node setting, and .nvmrc keeps local nvm/fnm on the same major. Local dev and production builds already run on Node 24. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Vercel flagged the project's Node 20.x runtime as EOL — new builds get disabled on October 1, 2026. This adds
engines.node: "24.x"to package.json (which overrides the Vercel dashboard's Node setting on the next deploy) and a matching.nvmrcso local nvm/fnm picks the same major. Node 24 is in LTS until April 2028, and local dev plus production builds already run on 24.x.🤖 Generated with Claude Code
Summary by cubic
Pins the runtime to Node 24.x so Vercel builds keep working after Node 20.x EOL. Sets
engines.nodeinpackage.jsonand adds.nvmrcto align local and production; Node 24 is LTS until Apr 2028.Written for commit 574ed1e. Summary will update on new commits.