Releases: ehmicky/nve
Releases · ehmicky/nve
v18.0.1
v18.0.0
v17.0.0
v16.1.1
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.
v16.0.1
v16.0.0
v15.5.0
Release 15.4.0
Features
- Reduce npm package size by 41%
Release 15.3.0
Features
- Improve error handling