From dc8df8e90943f0b95b2ae7ca63df616016788d03 Mon Sep 17 00:00:00 2001 From: FlorianGareis Date: Sat, 17 Feb 2024 22:13:00 +0000 Subject: [PATCH] Fix linting --- node-via-nvm/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/node-via-nvm/README.md b/node-via-nvm/README.md index 8c50287..3dd85a5 100644 --- a/node-via-nvm/README.md +++ b/node-via-nvm/README.md @@ -30,8 +30,8 @@ module "node-via-nvm" { version = "1.0.2" agent_id = coder_agent.example.id node_versions = [ - "18" - "20" + "18", + "20", "node" ] default_node_version = "20" @@ -49,8 +49,8 @@ module "node-via-nvm" { nvm_version = "v0.39.7" nvm_install_prefix = "/opt/nvm" node_versions = [ - "16" - "18" + "16", + "18", "node" ] default_node_version = "16"