aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 |