Skip to content

Update Node to 24.17.0#5283

Merged
backspace merged 5 commits into
mainfrom
node-24.17.1
Jun 19, 2026
Merged

Update Node to 24.17.0#5283
backspace merged 5 commits into
mainfrom
node-24.17.1

Conversation

@backspace

@backspace backspace commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

To address this. This successfully deployed to staging.

The failing host tests are due to a Puppeteer/Chrome caching problem that I’ll address separately (testing in #5292). I think we should merge this regardless.

@github-actions

github-actions Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Preview deployments

Realm Server Test Results

    1 files      1 suites   11m 59s ⏱️
1 735 tests 1 735 ✅ 0 💤 0 ❌
1 828 runs  1 828 ✅ 0 💤 0 ❌

Results for commit 759329e.

@backspace backspace changed the title Update Node to 24.17.1 Update Node to 24.17.0 Jun 18, 2026
@backspace backspace marked this pull request as ready for review June 18, 2026 20:47
@backspace backspace requested a review from a team June 19, 2026 13:51
@habdelra habdelra requested a review from Copilot June 19, 2026 14:10
@backspace backspace merged commit 7768ba2 into main Jun 19, 2026
50 of 76 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 repo’s pinned Node.js runtime to 24.17.0 to address the June 2026 Node security releases, ensuring local tooling and container images use the same patched version.

Changes:

  • Bumped Node base images in realm-server Dockerfiles to node:24.17.0-slim.
  • Updated Docker build ARGs (NODE_VERSION) for postgres/ai-bot/bot-runner images to 24.17.0.
  • Updated developer/runtime pinning via root package.json devEngines, .nvmrc, .mise.toml, and package-level engines.node where present.

Reviewed changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/realm-server/worker.Dockerfile Bump Node base image to 24.17.0-slim for the worker container.
packages/realm-server/realm-server.Dockerfile Bump Node base image to 24.17.0-slim for the realm-server container.
packages/realm-server/prerender.Dockerfile Bump Node base image to 24.17.0-slim; minor formatting/indent adjustments in RUN + HEALTHCHECK lines.
packages/realm-server/prerender-manager.Dockerfile Bump Node base image to 24.17.0-slim for the prerender-manager container.
packages/postgres/Dockerfile Update NODE_VERSION build arg to 24.17.0 for the postgres tooling image.
packages/boxel-ui/addon/package.json Update engines.node to 24.17.0.
packages/boxel-icons/package.json Update engines.node to 24.17.0.
packages/bot-runner/Dockerfile Update NODE_VERSION build arg to 24.17.0 for the bot-runner image.
packages/ai-bot/Dockerfile Update NODE_VERSION build arg to 24.17.0 for the ai-bot image.
package.json Update devEngines.runtime.version pin to 24.17.0.
.nvmrc Update nvm Node version pin to 24.17.0.
.mise.toml Update mise Node tool version pin to 24.17.0.

💡 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