v16.1.0
Features
- The Node.js version can now be specified as a file path to a
.nvmrc
,package.json
(engines.node
field) or similar files. (#37)
$ nve /path/to/.nvmrc npm test
- When running multiple Node.js versions, the full resolved versions are now printed. For example,
nve 10,12 ...
will printNode.js 10.24.1
andNode.js 12.22.12
before each command's output, providing multiple Node.js versions are used at once.