Skip to content

Commit 79655f4

Browse files
authored
chore: upgrade cloud build container images (#825)
1 parent b5d408f commit 79655f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloudbuild-e2e-cloud-functions-gen2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
steps:
1515
# Cloud Functions doesn't play nice with lerna monorepos, so bundle in the local dependencies
1616
# before creating the zip file.
17-
- name: node:16-alpine
17+
- name: node:20-alpine
1818
id: build
1919
script: |
2020
set -x

cloudbuild-e2e-gae-standard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
steps:
1515
# GAE standard doesn't play nice with lerna monorepos, so bundle in the local dependencies
1616
# before creating the zip file.
17-
- name: node:16-alpine
17+
- name: node:20-alpine
1818
id: build
1919
script: |
2020
set -x

0 commit comments

Comments
 (0)