Skip to content

Conversation

@dbieber
Copy link
Owner

@dbieber dbieber commented Apr 13, 2025

Summary

  • Update build workflow to install Node.js 18.x using the NodeSource repository
  • Use the commands curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - and sudo apt install -y nodejs for the installation
  • Remove nodejs and npm from apt install list as they're now installed separately

Test plan

  • The image build workflow should successfully install Node.js 18.x
  • All Node.js functionality in the project should continue to work as expected

when building the image, use "curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -" and "sudo apt install -y nodejs" to install node/npm

🤖 Generated with Claude Code

- Add installation of Node.js 18.x via the NodeSource repository
- Remove nodejs and npm from apt install list as they're now installed separately

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
@dbieber dbieber closed this Apr 13, 2025
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.

2 participants