Skip to content

Commit

Permalink
Upgrade default Node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdewit committed Jun 14, 2024
1 parent 9e3d379 commit fc34260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ git, curl, build-essential, libssl-dev. Requirements are installed by the role.
## Role Variables

- `nvm_version` nvm version tag, or `HEAD` | `master` | `latest`. Defaults to `0.39.7`
- `nvm_node_version` Node.js specific version `12.16.0` or use `lts` | `latest`. Defaults to `20.11.0`
- `nvm_node_version` Node.js specific version `12.16.0` or use `lts` | `latest`. Defaults to `20.14.0`
- `nvm_install_path` nvm folder path, support absolute and relative path. Defaults to `~/.nvm`
- `nvm_shell_init_file` The Shell initialization file to add sourcing of NVM to. Defaults to `~/.profile`
- `nvm_force_install` **Boolean**. Force reinstall nvm from git, for example if you change some files in `nvm_install_path`. Defaults to `false`
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ nvm_version: 0.39.7
# nvm_version: 'latest'
# nvm_version: 'HEAD'

nvm_node_version: 20.11.0
nvm_node_version: 20.14.0
# nvm_node_version: 'lts'
# nvm_node_version: 'latest'

Expand Down

0 comments on commit fc34260

Please sign in to comment.