-
Notifications
You must be signed in to change notification settings - Fork 83
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
feat: drop NodeJS v10, v12 support + test NodeJS v18 #555
Conversation
d09590f
to
1278716
Compare
Support is officially ending on April 30 2021 |
Shall we wait until we have other breaking changes lined up? We could create a |
Of course, that makes sense |
BREAKING CHANGE: drop support for NodeJS <= 10
Unblocking this as per the discussion in octokit/oauth-app.js#299 |
@wolfy1339 Maybe we should wait for @gr2m opinion on this? We can probably script this to apply it to all the repos of the org. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely in favour of making this change and releasing it as a breaking version.
If we can find a way to easily apply it to all of the JS repos, that would be amazing 🌟
Honestly though, there aren't that many repos, so if it’s going to take hours and hours to automate, it’s probably better to do it manually. |
Once we merge this (so we agree on the changes to replicate), I will tweak my Octoherd script to do so. I already created the issues with Octoherd and the fix for pika as well: https://github.com/oscard0m/octoherd-script-migrate-pika |
Nice script! ❤️That makes it so easy across our many repos. Octoherd is very cool! |
Created by @gr2m, of course :P |
I had to force push to rewrite a commit to remove some unrelated changes, so the reviews got cleared 😓 If we're all in agreement, let's get this merged 🎉 |
🎉 This PR is included in version 10.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
BREAKING CHANGE: drop support for NodeJS <= 14