From: Chris Kay Date: Mon, 10 Oct 2022 12:21:19 +0000 (+0100) Subject: build(npm): add NVM version file X-Git-Tag: baikal/aarch64/sdk5.9~95^2~1 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=3147a791621e2c6ce13fc3d9102e9cda240e493a;p=arm-tf.git 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 --- diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 000000000..e0325e5ad --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +v16.17.1