# Pinning the Node.js version with pnpm, without nvmEN
Alessandro Corbelli~5 min
pnpm can manage the Node.js version too: with devEngines the project declares the runtime it needs and pnpm downloads it, uses it and locks it in the lockfile - no nvm required. Tested examples and…