I'm trying to point teamcity to use the latest npm version 6.0.1. but for some reason, it is stuck using 5.6.0.
node.js 10.1.0
node.js.npm 5.6.0
the node version gets updated.
I have tried adding npm i npm@latest -g to the build step, it runs successfully, but the teamcity agent version doesn't change.