Skip to content

Commit b4cd7b0

Browse files
Update dependency node to v22 (#680)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 08dfbc5 commit b4cd7b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-frontend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-node@v4
2424
with:
2525
# sync with deploy-frontend version
26-
node-version: '18.x'
26+
node-version: '22.x'
2727
- run: cd services/frontend && npm ci
2828
- run: cd services/frontend && npm run build
2929
- run: cd services/frontend && npm run lint

.github/workflows/deploy-frontend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Node.js
1212
uses: actions/setup-node@v4
1313
with:
14-
node-version: '18.x'
14+
node-version: '22.x'
1515
- run: cd services/frontend && npm ci
1616
- run: cd services/frontend && npm run build
1717
- name: Authenticate to Google Cloud

0 commit comments

Comments
 (0)