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:
parent
6d5abae582
commit
f263221133
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
go-version: 1.25.x
|
go-version: 1.25.x
|
||||||
- uses: actions/setup-node@v6
|
- uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: '22'
|
node-version: '24'
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- run: (cd ui && yarn)
|
- run: (cd ui && yarn)
|
||||||
- run: make build-js
|
- run: make build-js
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ ARG __TARGETPLATFORM_GO_NOTATION=${__TARGETPLATFORM_DASHES/arm\/v7/arm-7}
|
||||||
|
|
||||||
# --- JS Builder ---
|
# --- JS Builder ---
|
||||||
|
|
||||||
FROM --platform=${BUILDPLATFORM} node:23 AS js-builder
|
FROM --platform=${BUILDPLATFORM} node:24 AS js-builder
|
||||||
|
|
||||||
ARG BUILD_JS=0
|
ARG BUILD_JS=0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue