chore: bump version to 1.0.10 in README.md files (#201)

Co-authored-by: matifali <matifali@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-03-19 23:11:46 +03:00
committed by GitHub
parent ee80d1f64c
commit fdbb2e30d0
4 changed files with 14 additions and 14 deletions

View File

@@ -14,7 +14,7 @@ Automatically installs [Node.js](https://github.com/nodejs/node) via [nvm](https
```tf
module "nodejs" {
source = "registry.coder.com/modules/nodejs/coder"
version = "1.0.8"
version = "1.0.10"
agent_id = coder_agent.example.id
}
```
@@ -26,7 +26,7 @@ This installs multiple versions of Node.js:
```tf
module "nodejs" {
source = "registry.coder.com/modules/nodejs/coder"
version = "1.0.8"
version = "1.0.10"
agent_id = coder_agent.example.id
node_versions = [
"18",
@@ -44,7 +44,7 @@ A example with all available options:
```tf
module "nodejs" {
source = "registry.coder.com/modules/nodejs/coder"
version = "1.0.8"
version = "1.0.10"
agent_id = coder_agent.example.id
nvm_version = "v0.39.7"
nvm_install_prefix = "/opt/nvm"