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

Upgrade node version to 18 #2140

Open
halfwhole opened this issue Dec 28, 2022 · 0 comments
Open

Upgrade node version to 18 #2140

halfwhole opened this issue Dec 28, 2022 · 0 comments

Comments

@halfwhole
Copy link
Contributor

halfwhole commented Dec 28, 2022

Go is currently on node 16 (LTS), whose security support will end on 11 Sep 2023. It should be upgraded to node 18 (LTS), which will extend the security support to 30 Apr 2025. https://endoflife.date/nodejs

Note that when upgrading from node 16 to >=17, there will be issues with webpack due to the newer version of node using OpenSSL 3.0. This can be resolved with e.g. export NODE_OPTIONS=--openssl-legacy-provider, but we may want to find a better solution if possible

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