I have this in package.json:
"engines": {
"node": ">=18.20.5"
},
But when trying to install (yarn install) using Node version 18.20.3 did not throw any errors, how can I enforce Node version? I am using Yarn 4.10.3. I think enableEnginesCheck is not supported (.yarnrc.yml) with Yarn v4.