yarnpkg / berry

📦🐈 Active development trunk for Yarn ⚒
https://yarnpkg.com
BSD 2-Clause "Simplified" License
7.46k stars 1.12k forks source link

Use Node 22 for GitHub actions for now #6575

Closed clemyan closed 1 month ago

clemyan commented 1 month ago

What's the problem this PR addresses?

There are a number of issues affecting Node 23, causing our E2E suite and performance benchmarks to fail since its release:

https://github.com/nodejs/node/pull/54224#issuecomment-2361850159 evanw/esbuild#3951

How did you fix it?

Drop down to Node 22 for those actions until the issues are cleared

Checklist