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
We are currently using YarnInstaller@3 in our Azure CI pipelines, and now we're seeing this warning
##[warning]Task 'Yarn Tool Installer' version 3 (YarnInstaller@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
Expected behavior
There should be a version of YarnInstaller (possibly @4) that is compatible with the latest version of Node.
Reproduction
Add YarnInstaller@3 task to your azure pipeline (yaml) and try a build. The warning above will appear in the runner console.
MANDATORY FOR BUGS: Insert debug trace
Unfortunately can't link to the repo as it's private.
System information
VSTS or TFS:
VSTS
TFS
Agent:
Hosted
Custom
OS:
Windows
Mac
Linux
Yarn version:
Yarn version we are trying to install is 1.22.x
Node version:
Currently using Node v18.
The text was updated successfully, but these errors were encountered:
Before opening an issue please read this.
Are you reporting a bug or a feature request ?
Description
We are currently using YarnInstaller@3 in our Azure CI pipelines, and now we're seeing this warning
##[warning]Task 'Yarn Tool Installer' version 3 (YarnInstaller@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
Expected behavior
There should be a version of YarnInstaller (possibly @4) that is compatible with the latest version of Node.
Reproduction
Unfortunately can't link to the repo as it's private.
System information
VSTS or TFS:
Agent:
OS:
Yarn version:
Yarn version we are trying to install is 1.22.x
Node version:
Currently using Node v18.
The text was updated successfully, but these errors were encountered: