#linux
#nodejs
#versionupdate
Update Node.js to the Latest Version on Linux
Version: 18.12.1
Steps:
1)sudo apt update
2)sudo apt install curl
4)nvm --version
5)nvm ls
6)nvm ls-remote
7)nvm install 18.12.1
8)node -v
Thanks