Deploy on render with Yarn v4

I can’t deploy to onrender.com.

The reason is that Yarn does not support v4 of yarn.

In this case how to make the deployment work with yarn v4+?

I’m using Nodejs v20.17.0 and Yarn 4.2.0.

Hey Mike,

I haven’t tested with yarn 4, but you might be able to upgrade the yarn version by using https://github.com/nodejs/corepack. You can run corepack enable && yarn in your service to enable it and install your dependencies as usual. Have you tried that?

Jérémy.
Render Support, UTC+3