followed this topic and tested using the ` “packageManager”: “pnpm@10.7.0” ` and still same result, fail on build
Edit 1
added
"engines": {
"node": "22.x"
},
"packageManager": "pnpm@10.26.0"
to `package.json` and ` “installCommand”: “pnpm install”, ` to `vercel.json` and still, same error
Edit 2
the solution from this topic also not applies since this key is not present in the envs
Edit 3
No `vulnerable dependencies` in the project too
