Skip to content

Commit 732ec41

Browse files
committed
chore: upgrade logicapp Node.js version
1 parent a6b330d commit 732ec41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/logic_app/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ resource "azurerm_logic_app_standard" "logic_app_standard" {
6464
app_settings = {
6565
"WEBSITE_CONTENTOVERVNET" = var.use_secured_storage_account ? 1 : 0
6666
"FUNCTIONS_WORKER_RUNTIME" = "node"
67-
"WEBSITE_NODE_DEFAULT_VERSION" = "~18"
67+
"WEBSITE_NODE_DEFAULT_VERSION" = "~24"
6868
"function_app_key" = var.function_app_key
6969
"keyVaultUri" = var.key_vault_uri
7070
}

0 commit comments

Comments
 (0)