diff --git a/.node-version b/.node-version index 87bc4c77fe13..f5b3751f5dd2 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -20.18.3 +20.19.4 diff --git a/Dockerfile b/Dockerfile index 9466d465d727..b8b07e7338e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.18.3 as node +FROM node:20.19.4 as node ENV USE_LOCAL_NODE=true WORKDIR /usr/src/jenkinsio/build/_site/ diff --git a/scripts/node b/scripts/node index c8646a31837f..983e48e809fc 100755 --- a/scripts/node +++ b/scripts/node @@ -11,7 +11,7 @@ if [ -n "${USE_LOCAL_NODE}" ]; then fi -CONTAINER_NAME=node:20.18.1 +CONTAINER_NAME=node:20.19.4 source ./scripts/docker-env