Skip to content

fix(ui): update .nvmrc from EOL Node 18 to Node 24#1476

Open
jsonmp-k8 wants to merge 4 commits intokagent-dev:mainfrom
jsonmp-k8:fix/nvmrc-node-version
Open

fix(ui): update .nvmrc from EOL Node 18 to Node 24#1476
jsonmp-k8 wants to merge 4 commits intokagent-dev:mainfrom
jsonmp-k8:fix/nvmrc-node-version

Conversation

@jsonmp-k8
Copy link
Contributor

Summary

  • Update ui/.nvmrc from lts-hydrogen (Node 18, EOL April 2025) to 24
  • Aligns local dev environment with the Dockerfile (TOOLS_NODE_VERSION=24.13.0) and CI (node-version: "24")

Test plan

  • Verify nvm use / fnm use in ui/ picks up Node 24
  • Verify npm ci && npm run build succeeds with Node 24

The .nvmrc specified lts-hydrogen (Node 18) which reached EOL in April
2025. The Dockerfile and CI already use Node 24 — this aligns the local
dev environment to match.

Signed-off-by: Jaison Paul <paul.jaison@gmail.com>
@jsonmp-k8 jsonmp-k8 requested a review from peterj as a code owner March 11, 2026 03:16
Copilot AI review requested due to automatic review settings March 11, 2026 03:16
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the UI’s local Node version selector to move off EOL Node 18 and align developer tooling with the repo’s Node 24 usage in CI/Docker.

Changes:

  • Update ui/.nvmrc from lts-hydrogen (Node 18) to 24

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants