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
Recently, Azure pipelines started to show a warning when using the oc-setup@2 task. That's the only task we've been using so maybe other tasks have the same issue.
##[warning]Task 'Install and setup oc' version 2 (oc-setup@2) is dependent on a Node version (6) that is end-of-life. Contact the extension owner for an updated version of the task. Task maintainers should review Node upgrade guidance: https://aka.ms/node-runner-guidance
So the tasks need to be upgraded to use the latest version of Node. Looks like they recommend using Node 20.
Would it be possible to proceed before Microsoft remove support on their agents?
Regards
The text was updated successfully, but these errors were encountered:
I realized there was a version 3 of the task available, so I gave it a try. Same warning but with node 10 instead of 6.
##[warning]Task 'Install and setup oc' version 3 (oc-setup@3) is dependent on a Node version (10) that is end-of-life. Contact the extension owner for an updated version of the task. Task maintainers should review Node upgrade guidance: https://aka.ms/node-runner-guidance
Hi,
Recently, Azure pipelines started to show a warning when using the oc-setup@2 task. That's the only task we've been using so maybe other tasks have the same issue.
##[warning]Task 'Install and setup oc' version 2 (oc-setup@2) is dependent on a Node version (6) that is end-of-life. Contact the extension owner for an updated version of the task. Task maintainers should review Node upgrade guidance: https://aka.ms/node-runner-guidance
So the tasks need to be upgraded to use the latest version of Node. Looks like they recommend using Node 20.
Would it be possible to proceed before Microsoft remove support on their agents?
Regards
The text was updated successfully, but these errors were encountered: