chore: standardise internal node on 24.18.0#4254
Conversation
|
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (29)
🚧 Files skipped from review as they are similar to previous changes (27)
📜 Recent review details⏰ Context from checks skipped due to timeout. (34)
🧰 Additional context used📓 Path-based instructions (1)**/package.json📄 CodeRabbit inference engine (AGENTS.md)
Files:
🔇 Additional comments (2)
WalkthroughThe pull request upgrades repository Node.js references from 22.23.1 to 24.18.0 across local version files, contributor documentation, GitHub Actions workflows, and container base images. Node.js type definitions are updated to 24.13.3 in package manifests. Two runtime code paths replace 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
@trigger.dev/build
trigger.dev
@trigger.dev/core
@trigger.dev/python
@trigger.dev/react-hooks
@trigger.dev/redis-worker
@trigger.dev/rsc
@trigger.dev/schema-to-json
@trigger.dev/sdk
commit: |
fbaf701 to
a151594
Compare
| @@ -1,13 +1,13 @@ | |||
| FROM node:22-alpine@sha256:9bef0ef1e268f60627da9ba7d7605e8831d5b56ad07487d24d1aa386336d1944 AS node-22-alpine | |||
| FROM node:24.18.0-alpine@sha256:a0b9bf06e4e6193cf7a0f58816cc935ff8c2a908f81e6f1a95432d679c54fbfd AS node-24-alpine | |||
There was a problem hiding this comment.
🔍 Docker image digests should be verified as multiplatform/index digests per repo rules
The AGENTS.md specifies: "Always use multiplatform/index digests, not architecture-specific digests" when updating Docker image references. The PR updates two digests:
apps/supervisor/Containerfile:1:sha256:a0b9bf06e4e6193cf7a0f58816cc935ff8c2a908f81e6f1a95432d679c54fbfddocker/Dockerfile:1:sha256:39a4259b6f744868a8228742ad45aa3026f97302e5eec2fa4a38b30ca0a66e12
I cannot verify from the repository alone whether these are multiplatform index digests or architecture-specific ones. If they are arch-specific (e.g., pulled from an amd64 variant page), CI on ARM runners would fail. Worth a quick verification against Docker Hub.
Was this helpful? React with 👍 or 👎 to provide feedback.
a151594 to
d70b0f8
Compare
Summary
Updates the internal development, CI, and runtime-image Node version to 24.18.0. SDK compatibility coverage continues to include Node 20, 22, 24, and 26.
The Node type definitions and the package-manager lockfiles now resolve against Node 24 types.