build(npm): add NVM version file

The `.nvmrc` file specifies the version of Node.js that the repository's
Node.js-based tooling has been designed to be compatible with.

Users of NVM may want to run `nvm use` to install this version
automatically.

Change-Id: Ied90c51d8d1e5b43f2ca4de08a58bc782d9ae4e6
Signed-off-by: Chris Kay <chris.kay@arm.com>
This commit is contained in:
Chris Kay 2022-10-10 13:21:19 +01:00
parent 6f70cce625
commit 3147a79162
1 changed files with 1 additions and 0 deletions

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
v16.17.1