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 20 #3477

Merged
merged 1 commit into from
Nov 22, 2023
Merged

Conversation

PhilThurston
Copy link
Contributor

Right now we are building the docker image with node 16 which is end of life. https://nodejs.org/en/about/previous-releases

This pull request updates the project to node 20 so that we can remain safe. After building there are still 0 vulnerabilities and building succeeds without issues.

I've updated "esbuild" to "^0.19.4". This is because "esbuild-sass-plugin": "^2.9.0" as listed requires at least 0.19.4 for esbuild. This allowed the the project to be built and doesn't break anything.

Closes #3476

@JakobLichterfeld JakobLichterfeld added docker Pull requests that update Docker code dependencies Pull requests that update a dependency file labels Nov 21, 2023
@JakobLichterfeld JakobLichterfeld merged commit 69e648a into teslamate-org:master Nov 22, 2023
6 of 7 checks passed
JakobLichterfeld pushed a commit that referenced this pull request Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file docker Pull requests that update Docker code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NodeJS 16 EoL
3 participants