Nve Versions Save

Run any command on specific Node.js versions

17.0.0

5 months ago

Breaking changes

  • Minimal supported Node.js version is now 18.18.0

16.1.1

8 months ago

Dependencies

16.1.0

9 months ago

Features

$ 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 print Node.js 10.24.1 and Node.js 12.22.12 before each command's output, providing multiple Node.js versions are used at once.

16.0.1

9 months ago

Bug fixes

  • Ensure errors while downloading Node.js binaries are correctly printed (#36)

16.0.0

11 months ago

Breaking changes

  • Minimal supported Node.js version is now 16.17.0

15.5.0

1 year ago

Features

  • Upgrade Execa

15.4.0

1 year ago

Features

  • Reduce npm package size by 41%

15.3.0

1 year ago

Features

  • Improve error handling

15.2.0

1 year ago

Features

  • Reduce npm package size

15.1.0

1 year ago

Features