-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please can you re-release dropping node 14 support as a breaking change? #1300
Comments
Thanks for bringing this to my attention. This was not intentional. I have reverted the commit and published to |
I'm investigating the test failures. |
Thank you so much, it's very much appreciated! 🙌 |
Node 14 isn't supported by Node. |
Closing as there is no work left to do on this issue. See https://github.com/raineorshine/npm-check-updates/milestone/3 for issues remaining for the next major release. |
npm-check-updates
node >= 14.14
Steps to Reproduce
N/A
Current Behavior
Hey there! 👋 Installing the latest version of this package (
>= 16.10.9
) withengines-strict=true
in a CI pipeline running node 14 fails:We're still in the process of upgrading all our pipelines to node 16 but any that have not yet been upgraded are failing due to node 14 support getting dropped in this package and this is causing us quite a bit of pain to manually have to go in and fix everything.
Expected Behavior
When a node major support is dropped in a library it should be marked as a breaking change to prevent these kinds of problems (we currently have
"npm-check-updates": "^16",
in our package.json). If you could revert this commit and instead re-release it as a breaking change in v17 that would help us out tremendously so we can avoid a tonne of manual work to fix all our failing pipelines. Thank you!The text was updated successfully, but these errors were encountered: