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

Update to NodeJS 18 #4756

Open
2martens opened this issue Feb 20, 2023 · 5 comments
Open

Update to NodeJS 18 #4756

2martens opened this issue Feb 20, 2023 · 5 comments

Comments

@2martens
Copy link

If I see it correctly, Digitransit expects NodeJS 10.x. The current LTS version with support beyond 2023 is 18, however. At the very least, it should be possible to build the Dockerfile with the 18 version without errors.

For production environments, I'd rather not use an end-of-life NodeJS version. Especially, because Digitransit is the user-facing UI and not some backend service that could be better isolated.

@optionsome
Copy link
Member

Updating the node version is a priority for us but unfortunately, due to this project being relatively old, updating node versions is not easy as there are dependencies that don't support newest node versions that we need to replace.

@optionsome
Copy link
Member

v3 branch supports node 12 (and probably soon node 14)

@hbruch
Copy link
Contributor

hbruch commented Feb 20, 2023

We are currently working on an update to node 16 at least, see embarkokc#21

@2martens
Copy link
Author

Thanks for the info, I'll watch that update to Node 16.

@derhuerst
Copy link
Member

#4776 upgrades to Node.js v16.

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

4 participants