``` node -v curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash source ~/.bashrc nvm install 20 # Install Node.js 20 (LTS, recommended) nvm use 20 ```