Warning: Due to "engines": { "node": "^18 || ^20 || ^22" } in your
package.jsonfile, the Node.js Version defined in your Project Settings ("20.x") will not apply, Node.js Version "22.x" will be used instead. Learn More: http://vercel.link/node-version
- Supported Node versions in my project are 18, 20 and 22
- The selected version in Vercel settings is 20
- But for some reason it decides to ignore the setting and use 22
Not a big issue, but still seems to be a bug