Cómo cambiar mi versión de NPM

for example if my npm now is 8.1.0 and I want to change to 8.5.3
So type:
npm install -g [email protected]
Ahmed ElNawawy