mirror of
https://github.com/gotify/server.git
synced 2026-06-05 02:43:48 +08:00
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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user