lang/js/ InstallLatestNode


See the nodesource github

Provided you're ok with curl | sudo bash - type stuff

curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - &&\
sudo apt-get install -y nodejs

Also see InstallNvm.