Fix linting

pull/165/head
FlorianGareis 1 year ago
parent 8a9482690f
commit dc8df8e909
No known key found for this signature in database

@ -30,8 +30,8 @@ module "node-via-nvm" {
version = "1.0.2" version = "1.0.2"
agent_id = coder_agent.example.id agent_id = coder_agent.example.id
node_versions = [ node_versions = [
"18" "18",
"20" "20",
"node" "node"
] ]
default_node_version = "20" default_node_version = "20"
@ -49,8 +49,8 @@ module "node-via-nvm" {
nvm_version = "v0.39.7" nvm_version = "v0.39.7"
nvm_install_prefix = "/opt/nvm" nvm_install_prefix = "/opt/nvm"
node_versions = [ node_versions = [
"16" "16",
"18" "18",
"node" "node"
] ]
default_node_version = "16" default_node_version = "16"

Loading…
Cancel
Save