From 872fdbcf35448cfb9350c6abe908605dcd5bc80e Mon Sep 17 00:00:00 2001 From: "blink-so[bot]" <211532188+blink-so[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 13:23:26 +0000 Subject: [PATCH] fix: bump version to 1.1.0 (minor) for new input variables --- registry/thezoker/modules/nodejs/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/registry/thezoker/modules/nodejs/README.md b/registry/thezoker/modules/nodejs/README.md index 9d494dcb..873aac06 100644 --- a/registry/thezoker/modules/nodejs/README.md +++ b/registry/thezoker/modules/nodejs/README.md @@ -15,7 +15,7 @@ Automatically installs [Node.js](https://github.com/nodejs/node) via [`nvm`](htt module "nodejs" { count = data.coder_workspace.me.start_count source = "registry.coder.com/thezoker/nodejs/coder" - version = "1.0.14" + version = "1.1.0" agent_id = coder_agent.example.id } ``` @@ -28,7 +28,7 @@ This installs multiple versions of Node.js: module "nodejs" { count = data.coder_workspace.me.start_count source = "registry.coder.com/thezoker/nodejs/coder" - version = "1.0.14" + version = "1.1.0" agent_id = coder_agent.example.id node_versions = [ "18", @@ -47,7 +47,7 @@ Use `pre_install_script` and `post_install_script` to run custom scripts before module "nodejs" { count = data.coder_workspace.me.start_count source = "registry.coder.com/thezoker/nodejs/coder" - version = "1.0.14" + version = "1.1.0" agent_id = coder_agent.example.id pre_install_script = "echo 'Setting up prerequisites...'" @@ -63,7 +63,7 @@ A example with all available options: module "nodejs" { count = data.coder_workspace.me.start_count source = "registry.coder.com/thezoker/nodejs/coder" - version = "1.0.14" + version = "1.1.0" agent_id = coder_agent.example.id nvm_version = "v0.39.7" nvm_install_prefix = "/opt/nvm"