chore(deps): update dependency node to v22 (#778)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-12 02:24:49 +00:00 committed by GitHub
parent 30003571c8
commit fbf0f6cfc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
go-version: 1.24.x
- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
- uses: actions/checkout@v4
- run: (cd ui && yarn)
- run: make build-js