Как изменить мою версию 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 npm@8.5.3
Ahmed ElNawawy