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

[TASK] Update Dockerfile to use node 18 #352

Open
navarroc opened this issue Dec 13, 2024 · 1 comment
Open

[TASK] Update Dockerfile to use node 18 #352

navarroc opened this issue Dec 13, 2024 · 1 comment
Assignees
Labels
Milestone

Comments

@navarroc
Copy link
Contributor

Description

Docker currently builds with node 14 (EOL). We should update the Docker build and any corresponding dependencies to use at least node 18

Acceptance Criteria

Frontend builds and run successfully with node 18 and can be deployed with a docker image running node 18+

@navarroc navarroc added the task label Dec 13, 2024
@navarroc navarroc self-assigned this Dec 13, 2024
@pengyin-shan
Copy link
Collaborator

I conducted some experiments and found that we can upgrade directly to Node 22 to save time on future upgrades, as the process is similar across versions. I will submit a PR for this soon.

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

No branches or pull requests

2 participants