Install nodejs 14 on ubuntu 20

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