From 11d1a0b430236c89b8232a2a87d503fc201ea3f2 Mon Sep 17 00:00:00 2001 From: Chris Arderne Date: Thu, 24 Sep 2026 16:36:38 +0100 Subject: [PATCH] fix(webapp): clarify Node 21 deployment banner --- apps/webapp/app/components/billing/OrgBanner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/webapp/app/components/billing/OrgBanner.tsx b/apps/webapp/app/components/billing/OrgBanner.tsx index eb29f94bdce..a5908312bd2 100644 --- a/apps/webapp/app/components/billing/OrgBanner.tsx +++ b/apps/webapp/app/components/billing/OrgBanner.tsx @@ -109,7 +109,7 @@ function RuntimeUpdateBanner() { } > - 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. ); }