Skip to content

chore: pin Node 24 runtime for Vercel builds - #136

Open
arihantcodes wants to merge 1 commit into
mainfrom
chore/node-24-runtime
Open

chore: pin Node 24 runtime for Vercel builds#136
arihantcodes wants to merge 1 commit into
mainfrom
chore/node-24-runtime

Conversation

@arihantcodes

@arihantcodes arihantcodes commented Aug 7, 2026

Copy link
Copy Markdown
Owner

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 .nvmrc so 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.node in package.json and adds .nvmrc to align local and production; Node 24 is LTS until Apr 2028.

Written for commit 574ed1e. Summary will update on new commits.

Review in cubic

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>
@vercel

vercel Bot commented Aug 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
spectrum-ui Ready Ready Preview Aug 7, 2026 7:41pm

Request Review

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Re-trigger cubic

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.

2 participants