For easy switching between node versions I use NVM (Node Version Manager). However, after a few years, it would default to version 12.
To move to a more recent LTS version run the following command:
nvm alias default 14.14.0
Change the version to whichever you'd prefer to default to.