Update Node to 24.17.0#5283
Merged
Merged
Conversation
Contributor
Preview deploymentsRealm Server Test Results 1 files 1 suites 11m 59s ⏱️ Results for commit 759329e. |
habdelra
approved these changes
Jun 19, 2026
Contributor
There was a problem hiding this comment.
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 to24.17.0. - Updated developer/runtime pinning via root
package.jsondevEngines,.nvmrc,.mise.toml, and package-levelengines.nodewhere 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To address this. This successfully deployed to staging.
The failing
hosttests are due to a Puppeteer/Chrome caching problem that I’ll address separately (testing in #5292). I think we should merge this regardless.