Skip to content

Commit

Permalink
bump to nodejs20
Browse files Browse the repository at this point in the history
  • Loading branch information
srikavin committed May 6, 2024
1 parent 01b5d86 commit 1ac591e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ module "appengine" {
region = var.region
name = "web-app"
source_dir = abspath("../web")
runtime = "nodejs16"
runtime = "nodejs20"
env_vars = {
DISCORD_CLIENT_SECRET = var.DISCORD_CLIENT_SECRET
STRIPE_API_KEY = var.STRIPE_API_KEY
Expand Down

0 comments on commit 1ac591e

Please sign in to comment.