Add Node.js 20 deprecation warning annotation (Phase 1) (#4242)

This commit is contained in:
Salman Chishti
2026-02-19 17:05:32 +00:00
committed by GitHub
parent 72189aabf8
commit 9426c35fda
6 changed files with 308 additions and 2 deletions
+4
View File
@@ -190,6 +190,10 @@ namespace GitHub.Runner.Common
// Feature flags for controlling the migration phases
public static readonly string UseNode24ByDefaultFlag = "actions.runner.usenode24bydefault";
public static readonly string RequireNode24Flag = "actions.runner.requirenode24";
public static readonly string WarnOnNode20Flag = "actions.runner.warnonnode20";
// Blog post URL for Node 20 deprecation
public static readonly string Node20DeprecationUrl = "https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/";
}
public static readonly string InternalTelemetryIssueDataKey = "_internal_telemetry";