Skip to content

Commit 10591ca

Browse files
committedMay 13, 2024·
update
1 parent 39c8b15 commit 10591ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎cloudbuild.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
steps:
2+
- name: "node"
3+
entrypoint: "npm"
4+
args: ["install", "-g", "pnpm"]
5+
26
# Install dependencies
37
- name: "node"
48
entrypoint: "pnpm"

0 commit comments

Comments
 (0)
Please sign in to comment.