You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Runner.Worker/JobExtension.cs
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -753,6 +753,15 @@ public async Task FinalizeJob(IExecutionContext jobContext, Pipelines.AgentJobRe
753
753
varupgradeMessage=$"Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: {actionsList}. For more information see: {Constants.Runner.NodeMigration.Node20DeprecationUrl}";
754
754
context.Warning(upgradeMessage);
755
755
}
756
+
757
+
// Add annotation for ARM32 actions stuck on Node.js 20 (ARM32 can't run node24)
vararm32Message=$"The following actions are running on Node.js 20 because Node.js 24 is not available on Linux ARM32: {actionsList}. Linux ARM32 runners are deprecated and will no longer be supported after {Constants.Runner.NodeMigration.LinuxArm32DeprecationDate}. Please migrate to a supported platform. For more information see: {Constants.Runner.NodeMigration.Node20DeprecationUrl}";
0 commit comments