Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a .nvmrc file to support using the intended Node.js version
As per https://cml.dev/doc/contributing/core, Node 16.x is the correct version to use for this repo - adding an .nvmrc file allows contributors to simply call 'nvm use' to autoselect the projects intended Node version before 'npm install'
- Loading branch information