aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-10-28 20:44:39 +0300
committerGitHub <noreply@github.com>2022-10-28 20:44:39 +0300
commit22050f2fd4c7b1558554a268feedae55dd1b4aca (patch)
tree04ed567a66f95ecbd9ed402895f7dd437fa7e315
parent2963ae91192b29a8ec049d7376dc69ff21b725f4 (diff)
Automated documentation update (#242)
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
-rw-r--r--src/node/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node/README.md b/src/node/README.md
index 0624042..cb66356 100644
--- a/src/node/README.md
+++ b/src/node/README.md
@@ -20,6 +20,7 @@ Installs Node.js, nvm, yarn, and needed dependencies.
| version | Select or enter a Node.js version to install | string | lts |
| nodeGypDependencies | Install dependencies to compile native node modules (node-gyp)? | boolean | true |
| nvmInstallPath | The path where NVM will be installed. | string | /usr/local/share/nvm |
+| nvmVersion | Version of NVM to install. | string | 0.39.2 |