gl-vsts-tasks-yarn icon indicating copy to clipboard operation
gl-vsts-tasks-yarn copied to clipboard

EOL for Node 10 and YarnInstaller@3 task

Open Ballymultani opened this issue 4 months ago • 0 comments

Before opening an issue please read this.

Are you reporting a bug or a feature request ?

  • [ ] Bug
  • [x] 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

  • 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
  • [X] TFS

Agent:

  • [X] Hosted
  • [ ] Custom

OS:

  • [ ] Windows
  • [ ] Mac
  • [X] Linux

Yarn version: Yarn version we are trying to install is 1.22.x

Node version: Currently using Node v18.

Ballymultani avatar Oct 24 '24 15:10 Ballymultani