From 0d4c3ab47061f69cead6658eec4aa8dcdd0e4164 Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti Date: Thu, 28 May 2026 16:14:06 +0100 Subject: [PATCH] Update Node 24 default date to June 16th, 2026 --- src/Runner.Common/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Runner.Common/Constants.cs b/src/Runner.Common/Constants.cs index b07d60d39fc..42f6e714781 100644 --- a/src/Runner.Common/Constants.cs +++ b/src/Runner.Common/Constants.cs @@ -206,7 +206,7 @@ public static class NodeMigration public static readonly string Node20DeprecationUrl = "https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/"; // Node 20 migration dates (hardcoded fallbacks, can be overridden via job variables) - public static readonly string Node24DefaultDate = "June 2nd, 2026"; + public static readonly string Node24DefaultDate = "June 16th, 2026"; public static readonly string Node20RemovalDate = "September 16th, 2026"; // Variable keys for server-overridable dates