Skip to content

Commit

Permalink
upgraded to node-20 on session-manager (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcogabbo authored Jul 4, 2024
1 parent 87b8263 commit 6e85b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/domains/citizen-auth-app/08_session_manager.tf
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ module "session_manager_weu" {
location = var.location

always_on = true
node_version = "18-lts"
node_version = "20-lts"
app_command_line = "npm run start"
health_check_path = "/healthcheck"
health_check_maxpingfailures = 3
Expand Down Expand Up @@ -253,7 +253,7 @@ module "session_manager_weu_staging" {
location = var.location

always_on = true
node_version = "18-lts"
node_version = "20-lts"
app_command_line = "npm run start"
health_check_path = "/healthcheck"

Expand Down

0 comments on commit 6e85b62

Please sign in to comment.