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 to newer Node version in Helix WASM Dockerfiles #1325

Merged
merged 2 commits into from
Jan 15, 2025

Conversation

mthalman
Copy link
Member

@mthalman mthalman commented Jan 15, 2025

Fixes #1324

With the release of NPM 11, there's a version incapability between Node and NPM in these two Ubuntu Dockerfiles. In order to be compatible with NPM there needs to be a newer version of Node installed (version 18 is currently installed). Since we're bumping the Node version, I figured we might as well take the latest: version 23.

@mthalman mthalman requested review from a team as code owners January 15, 2025 15:42
@mthalman mthalman merged commit 6fc56f8 into dotnet:main Jan 15, 2025
11 checks passed
@mthalman mthalman deleted the npm branch January 15, 2025 20:44
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.

npm install failure on Ubuntu Helix webassembly Dockerfiles
2 participants