Skip to content

Commit 3c869b3

Browse files
committedOct 31, 2024·
wip(integration_test): Use new node_python builder
1 parent 4026ba4 commit 3c869b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
entrypoint: "npx"
1414
dir: "integration_test"
1515
args: ["firebase", "use", "cf3-integration-tests-d7be6"]
16-
- name: "node:18"
16+
- name: "gcr.io/cf3-integration-tests-d7be6/node_python:0.0.2"
1717
entrypoint: "npm"
1818
dir: "integration_test"
1919
args: ["start"]

0 commit comments

Comments
 (0)
Please sign in to comment.