We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa1847 commit 8b5f58aCopy full SHA for 8b5f58a
cloudbuild/deploy.yaml
@@ -14,22 +14,22 @@
14
15
timeout: 1800s
16
steps:
17
-- name: 'node:16'
+- name: 'node:18'
18
entrypoint: 'npm'
19
args: ['--prefix=shared', 'install']
20
21
22
args: ['--prefix=app', 'install']
23
24
25
args: ['--prefix=functions', 'install']
26
27
28
args: ['--prefix=functions', 'run', 'build']
29
30
31
args: ['--prefix=app', 'run', 'build:$PROJECT_ID']
32
33
34
args: ['--prefix=shared', 'run', 'deploy:firebase']
35
env:
0 commit comments