mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-08 12:57:46 +00:00
This PR updates the way we handle warning for engines.node in `package.json`. - should not warn when the engines version satisfies the project settings (previously it was an exact match) - should warn when engines version is exact instead of range since it cannot be satisfied exactly - should warn when engines version is greater than since it might introduce breaking changes for a future node.js version