chore(deps): update dependency node to v24 (#868)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-11-01 05:12:43 +00:00 committed by GitHub
parent 6d5abae582
commit f263221133
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -10,7 +10,7 @@ ARG __TARGETPLATFORM_GO_NOTATION=${__TARGETPLATFORM_DASHES/arm\/v7/arm-7}
# --- JS Builder ---
FROM --platform=${BUILDPLATFORM} node:23 AS js-builder
FROM --platform=${BUILDPLATFORM} node:24 AS js-builder
ARG BUILD_JS=0