diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-04 00:27:26 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-04 00:27:26 +0100 |
| commit | cdbb782ab1aa2c337fcfeca0693ac8e22582d186 (patch) | |
| tree | 08b43f0829c5cfe8f121c5b55e4b8bfc3648f8cf /roles/nodejs/meta | |
| parent | 6d0d94cf93d0dc00d3e1fa4005b93307577619a3 (diff) | |
Refactor nodejs role to use mise
Diffstat (limited to 'roles/nodejs/meta')
| -rw-r--r-- | roles/nodejs/meta/argument_specs.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/roles/nodejs/meta/argument_specs.yml b/roles/nodejs/meta/argument_specs.yml index 41420690..fbb6527d 100644 --- a/roles/nodejs/meta/argument_specs.yml +++ b/roles/nodejs/meta/argument_specs.yml @@ -1,10 +1,10 @@ --- argument_specs: main: - description: "Install nvm and nodejs (versions) on Linux distributions" + description: "Install nodejs versions via mise on Linux distributions" options: - python_versions: + nodejs_versions: type: "list" - description: "The nvm node versions to install (default to latest lts)" + description: "Node versions to install via mise (e.g. 'lts', 'latest', '22')" elements: "str" - default: ["lts/*"] + default: ["lts"] |
