-
Notifications
You must be signed in to change notification settings - Fork 82
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
Stop supporting Node.js earlier than v16 in protoc-gen-es #614
Conversation
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.
Thanks for keeping this up to date. Node v14 is no longer maintained, good call to remove it. Node v16 on the other hand is maintained and we support it.
@timostamm |
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.
LGTM! Please update PR title before merging.
I noticed that protoc-gen-connect-es is using node 14, which is now completely EOL. Especially with the pending 1.0 release for some things, it's a good time to get on node 18, the present "active LTS".
closes TCN-1694