Deployment tries to use asdf but I don't want it to
Hi, I'm trying to deploy a project (yarn based) which has a .tool-versions in its root and it seems cloudflare pages deployment (V2) is trying to use asdf to resolve the
yarn
binary. In another very similar project, also having a .tool-versions, it was correctly using the system's yarn. I don't what it makes use asdf in this specific project.
I've set YARN_VERSION to a specific version but that doesn't fix it.
The build output log (it fails after that)
deployment_id: e72b9d59-8478-4e74-a421-94fd3f9e0dac1 Reply
it seems putting a NODE_VERSION in the ENV did the trick