-
Notifications
You must be signed in to change notification settings - Fork 224
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
node 16 EOL ended 7 months and 3 weeks ago #2870
Comments
Hi @Enase - The Heroku team has plans to update to Node LTS sometime later this year. If you need to run the cli using a newer version of Node, most commands prepackaged with the default install should work. Of course, you would also have to use |
Hey @justinwilaby The |
Hi @wolkyura - TL;DR: This is intentional and not a mistake, however a newer version of Node is very likely to work just fine. I have tested Node 22 and the commands I tested worked without issue. For full transparency, we are working to remedy several issues around the node version used for the CLI and the @oclif/plugin-plugins version we are using.
These are the items we're aware of and are discussing solutions for. Part of the discussion is maintaining Node LTS compatibility so our CLI will never require a version of Node that is no longer maintained. A Note about item 3 in the above list: The workaround I am recommending for plugin authors is to omit |
Thanks @justinwilaby for the detailed reply! Using |
Closing this for now, but please reopen and let us know if you have further questions. FWIW, the Heroku CLI will move to Node 20 with v10. |
FYI:
https://nodejs.org/en/about/previous-releases#release-schedule
The text was updated successfully, but these errors were encountered: