Below are the steps to upgrade the node version using NVM :
Open the console and type below command : nvm list
To install the <NODE_VERSION> version run the below command : nvm install <NODE_VERSION>
After the installation is complete it will add the node version in the nvm. To check the same type command : nvm list
To switch the Node version type the below command: nvm use <NODE_VERSION>
To verify the node version switch type the below command:
node –v
For reference : https://www.erpluse.com/2018/11/nvm-installation-on-windows.html