aboutsummaryrefslogtreecommitdiff
path: root/src/node
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-08-11 22:20:11 +0300
committerGitHub <noreply@github.com>2022-08-11 22:20:11 +0300
commitf8396a6c3531a3a307f5f9d1d3adf065baa7a5a6 (patch)
tree7944171a5826cb46cbbc4599f4e0c567c16fdefd /src/node
parent44694d699fd715edeeb9fcea9271b09c39b5ac35 (diff)
Automated documentation update (#90)
Co-authored-by: github-actions <github-actions@github.com>
Diffstat (limited to 'src/node')
-rw-r--r--src/node/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node/README.md b/src/node/README.md
index 03ed8a2..5deab10 100644
--- a/src/node/README.md
+++ b/src/node/README.md
@@ -18,8 +18,8 @@ Installs Node.js, nvm, yarn, and needed dependencies.
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Select or enter a Node.js version to install | string | lts |
-| install_tools_for_node_gyp | Install dependencies to compile native node modules (node-gyp)? | boolean | true |
-| nvm_install_path | The path where NVM will be installed. | string | /usr/local/share/nvm |
+| 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 |
---