Volta is my preferred node version manager these days but the commands are a bit different to what I’m used to.
volta list- show the current tool versions in usevolta list node- show all the versions of node downloaded to the machinevolta install node@version- use the specified version of node. It will download and install it if hasn’t before otherwise it will just select it (there is no separateusecommand).