Skip to content
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

Consider bumping the minimum support node version supported by the generated code. #23652

Open
sbc100 opened this issue Feb 11, 2025 · 1 comment

Comments

@sbc100
Copy link
Collaborator

sbc100 commented Feb 11, 2025

We currently support generating code that run on node versions all the way back to v10.19 (even though by default we target v16).

There are several reasons to want to drop support for such ancient versions of node. For example: #18235

In #18235 the requirement is for v12, so perhaps we can at least bump to v12? Do we know of any users that still want to run the generated code on node v10 or node v11?

@sbc100
Copy link
Collaborator Author

sbc100 commented Feb 11, 2025

Debian/stable (bookworm) include node v18: https://packages.debian.org/bookworm/nodejs

Ubuntu LTS 22.04 (jammy) includes node v12.22: https://launchpad.net/ubuntu/jammy/+source/nodejs

Ubuntu LTS 20.04 (focal) includes v10.19: https://launchpad.net/ubuntu/focal/+source/nodejs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant