Skip to content

The e2e-cache tests are failing on Yarn 1 (Node 14) #881

Closed
@trivikr

Description

@trivikr

Description:

The e2e-cache tests are failing on Yarn 1 (Node 14)

Action version:
N/A, the issue is in CI

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted

Tools version:
Yarn 1

Repro steps:
https://github.com/actions/setup-node/actions/workflows/e2e-cache.yml?query=is%3Afailure

Expected behavior:
Yarn 1 (Node 14) to be either successful, or removed.

Actual behavior:
Failing with the following error:

yarn install v1.22.19
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
[1/4] Resolving packages...
[2/4] Fetching packages...
error @azure/core-util@1.[6](https://github.com/actions/setup-node/actions/runs/6630653626/job/18027423341?pr=880#step:8:7).1: The engine "node" is incompatible with this module. Expected version ">=16.0.0". Got "14.21.3"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions