Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/webapp/app/components/billing/OrgBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function RuntimeUpdateBanner() {
</LinkButton>
}
>
At least one of your projects uses Node 21: deployments will fail from 5 October.
At least one of your projects uses Node 21: new deployments from 5 October will switch to using Node 24.

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.

🔍 Confirm the promised Node 24 rollout

The CLI image map still maps node to Node 21, and resolveDeploymentRuntime has no date-based switch. Confirm the promised transition ships by 5 October.

Devin Review


Was this helpful? React with 👍 or 👎 to provide feedback.

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.

🔍 Consider a server change note

This customer-facing deployment guidance changes without the .server-changes/ note required for user-visible webapp changes. Confirm whether the correction merits a release note.

Devin Review


Was this helpful? React with 👍 or 👎 to provide feedback.

</AnimatedOrgBannerBar>
);
}
Expand Down
Loading