Skip to content

Commit ab381c1

Browse files
authored
Updating node js version for cloud function v1 tests (#711)
* Update disk size in gke_provider_cluster * Changing node js version for cloud function v1 tests
1 parent e1e24bd commit ab381c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google/resource-snippets/cloudfunctions-v1/configurable_functions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ resources:
2121
properties:
2222
region: REGION_TO_RUN
2323
entryPoint: handler
24-
runtime: nodejs22
24+
runtime: nodejs20

google/resource-snippets/cloudfunctions-v1/empty_bucket_in_function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ resources:
2121
properties:
2222
region: REGION_TO_RUN
2323
entryPoint: handler
24-
runtime: nodejs22
24+
runtime: nodejs20

0 commit comments

Comments
 (0)