v9.2.0
Features
- The Node.js version can now be specified as a file path to a
.nvmrc,package.json(engines.nodefield) or similar files.
const { childProcess, version } = await nvexeca('/path/to/.nvmrc', 'node', [
'--version',
]).nvmrc, package.json (engines.node field) or similar files.const { childProcess, version } = await nvexeca('/path/to/.nvmrc', 'node', [
'--version',
])