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
+3
View File
@@ -856,6 +856,9 @@ namespace GitHub.Runner.Worker
// Job level annotations
Global.JobAnnotations = new List<Annotation>();
// Track Node.js 20 actions for deprecation warning
Global.DeprecatedNode20Actions = new HashSet<string>(StringComparer.OrdinalIgnoreCase);
// Job Outputs
JobOutputs = new Dictionary<string, VariableValue>(StringComparer.OrdinalIgnoreCase);