Skip to content

Update Node.js to 24.16.0#941

Open
ludeeus wants to merge 1 commit into
mainfrom
claude/nodejs-24-16-0-update-OJFie
Open

Update Node.js to 24.16.0#941
ludeeus wants to merge 1 commit into
mainfrom
claude/nodejs-24-16-0-update-OJFie

Conversation

@ludeeus

@ludeeus ludeeus commented May 23, 2026

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings May 23, 2026 06:36

Copilot AI 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.

Pull request overview

Updates the project’s Node.js runtime baseline to 24.16.0 across local development tooling and GitHub Actions, aligning the repo with a newer Node major version.

Changes:

  • Added an .nvmrc pin for Node.js 24.16.0.
  • Updated GitHub Actions workflows to run with Node.js 24.16.0.
  • Updated the devcontainer base image to Node.js 24.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
.nvmrc Adds a Node.js version pin for local development via nvm.
.github/workflows/test.yml Updates CI test workflow to run on Node.js 24.16.0.
.github/workflows/release.yml Updates release workflow to run on Node.js 24.16.0.
.devcontainer.json Updates devcontainer image to a Node.js 24 base.

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

Comment on lines 17 to +18
env:
NODE_VERSION: 18
NODE_VERSION: "24.16.0"
Comment on lines 8 to 10
env:
NODE_VERSION: 18
NODE_VERSION: "24.16.0"
PYTHON_VERSION: "3.x"
Comment thread .devcontainer.json
{
"name": "HACS Frontend",
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:18",
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:24",
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