Otherwise, make the default the newer Nodejs/npm version... Nodejs in Anaconda

Update Nodejs in Anaconda, Windows 10 Pro
I worked in the past with Anaconda & Python and had Node.js v16.13.1
I reinstalled currently Nodejs v18.16.1 in another Dir for working with Laravel/PHP:
C:\Program Files\nodejs
well as you see are different versions,
Is any way to update the Anaconda version? C:/ProgramData/Anaconda3/node.exe
Otherwise, make the default the newer Nodejs/NPM version…?
What can I do about this?

PS C:\Program Files\nodejs> npm.cmd --version
8.18.0
PS C:\Program Files\nodejs> ./npm.cmd --version
9.5.1
PS C:\Program Files\nodejs> node --version
v16.13.1
PS C:\Program Files\nodejs> ./node --version
v18.16.1
PS C:\Program Files\nodejs>