Warning: Detected "engines": { "node": "24.12.0" } in your `package.json` with major.minor.patch, but only major Node.js Version can be selected. Learn More: http://vercel.link/node-version
If the engines.node specification in package.json is not in the format 24.x, the above warning will be displayed.
This warning contains a HTTP protocol URL called http://vercel.link/node-version.
I think that it would be better to change this to the HTTPS protocol ( https://vercel.link/node-version ).