Skip to content

Commit 4087b6e

Browse files
committed
Update to node 22
1 parent ec1e783 commit 4087b6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ To run with this configuration, start webpack-dev-server:
9494
docker run --rm -ti -u $UID -e HOME=/tmp/home \
9595
-v $(pwd):/src -w /src/webui \
9696
-p 127.0.0.1:3015:3015 \
97-
node:18 \
97+
node:22 \
9898
sh -c 'npm install && npm start'
9999
```
100100

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if [ "${SKIP_JS}" != "1" -a "${ONLY_GO}" != "1" ]; then
5959
mkdir -p api/static/assets/css/ api/static/assets/js/ webui/node_modules
6060
docker run --rm -e HOME=/go/pkg/node \
6161
-v $(pwd):/src --tmpfs /src/webui/node_modules:exec -w /src/webui ${NODE_MOUNT_CACHE} \
62-
node:18 \
62+
node:22 \
6363
sh -exc "
6464
mkdir -p /go/pkg/node
6565
chown node -R /go/pkg/node

0 commit comments

Comments
 (0)