diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-08-18 19:31:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-18 19:31:22 +0300 |
commit | 3ac132483a31b769e43c9e985dd3ad16b3cc3202 (patch) | |
tree | 1cc6fda9f0ec3778c9f177e0bd20d49eba36a229 /src/node | |
parent | 9c60d26d96906fcce6dc0e29ae4f18f949d5303f (diff) |
Automated documentation update (#106)
Co-authored-by: github-actions <github-actions@github.com>
Diffstat (limited to 'src/node')
-rw-r--r-- | src/node/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/node/README.md b/src/node/README.md index 5deab10..6a490ba 100644 --- a/src/node/README.md +++ b/src/node/README.md @@ -21,6 +21,8 @@ Installs Node.js, nvm, yarn, and needed dependencies. | 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 | + + --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/node/devcontainer-feature.json)._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/node/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ |