Skip to content

Commit 619c267

Browse files
committed
node22
1 parent ae4074e commit 619c267

File tree

1 file changed

+1
-1
lines changed
  • terraform/modules/run-service

1 file changed

+1
-1
lines changed

terraform/modules/run-service/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ resource "google_cloudfunctions2_function" "function" {
1717
location = var.region
1818

1919
build_config {
20-
runtime = "nodejs24"
20+
runtime = "nodejs22"
2121
entry_point = var.entry_point
2222

2323
source {

0 commit comments

Comments
 (0)