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

[Chore] Upgrade node version to support vite eslint packages #391

Merged
merged 2 commits into from
Jan 18, 2025

Conversation

Nalgritz
Copy link

Context: eslint related packages generated by vite frontend tooling is unsupported due to old node version declared in .nvmrc (see image below). This bump is to resolve the warnings.

Ran unit tests, e2e tests, build and docker image build scripts. all works fine.

image

@Nalgritz Nalgritz mentioned this pull request Jan 17, 2025
.nvmrc Outdated
@@ -1 +1 @@
v18.14.0
v18.20.5
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good first step, could you see if v22 would work out of the box?
v18 is in maintenance mode and this will stop middle of this year

Copy link
Author

@Nalgritz Nalgritz Jan 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. v22 also works fine. Also noticed github actions also runs in v18. Upgraded as well but require approval from a maintainer https://github.com/Zuehlke/poinz/actions/runs/12840377319

@Cybertron01Z Cybertron01Z merged commit 56d35d4 into Zuehlke:master Jan 18, 2025
1 check passed
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

Successfully merging this pull request may close these issues.

3 participants