We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08dfbc5 commit b4cd7b0Copy full SHA for b4cd7b0
.github/workflows/build-frontend.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/setup-node@v4
24
with:
25
# sync with deploy-frontend version
26
- node-version: '18.x'
+ node-version: '22.x'
27
- run: cd services/frontend && npm ci
28
- run: cd services/frontend && npm run build
29
- run: cd services/frontend && npm run lint
.github/workflows/deploy-frontend.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Setup Node.js
12
13
14
15
16
17
- name: Authenticate to Google Cloud
0 commit comments