commit | 851935544105b64c344d21c8548e605fada7a440 | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Mon Oct 10 13:21:19 2022 +0100 |
committer | Chris Kay <chris.kay@arm.com> | Mon Oct 10 13:24:22 2022 +0100 |
tree | 92e6ec81f5487e530fe2e49496ab59a8e5200ec4 | |
parent | 9ba97809aebac70e40e741d0ad7102008190bcf6 [diff] [blame] |
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>
diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..e0325e5 --- /dev/null +++ b/.nvmrc
@@ -0,0 +1 @@ +v16.17.1