[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Feedback](/c/feedback/8) # URLs included in the warning text is in HTTP protocol 12 views · 3 likes · 2 posts massongit (@massongit) · 2026-01-11 · ♥ 2 ``` 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` ). Anshuman Bhardwaj (@anshumanb) · 2026-01-12 · ♥ 1 Hi @massongit, welcome to the Vercel Community! Thanks for sharing this. Let me create a PR for it.