Skip to content

Install Node.js 24 in the Docker image - #19

Merged
parkr merged 1 commit into
parkr-changesfrom
copilot/install-node-24-docker-image
May 2, 2026
Merged

Install Node.js 24 in the Docker image#19
parkr merged 1 commit into
parkr-changesfrom
copilot/install-node-24-docker-image

Conversation

CopilotAI commented May 2, 2026

Copy link
Copy Markdown

Node.js 24 was not available in the runner image. Adds it via the official NodeSource apt setup script.

Changes

  • linux/Dockerfile: New RUN layer installs Node.js 24 using https://deb.nodesource.com/setup_24.x, placed after the base apt packages block and before the uv install.

@parkr
parkr marked this pull request as ready for review May 2, 2026 05:57
@parkr
parkr merged commit 1eefba1 into parkr-changesMay 2, 2026
2 of 3 checks passed
@parkr
parkr deleted the copilot/install-node-24-docker-image branch May 2, 2026 06:09
Sign up for freeto 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

@parkr