diff --git a/.node-version b/.node-version index b3e861731a90..e5b34ed3f9ba 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -20.18.3 \ No newline at end of file +20.19.5 \ No newline at end of file diff --git a/.nvmrc b/.nvmrc index 87bc4c77fe13..fc9099892a5c 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.18.3 +20.19.5 diff --git a/Dockerfile b/Dockerfile index 76469502c4ed..e6751f84526c 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG NODE_VERSION=20.18.3 +ARG NODE_VERSION=20.19.5 FROM node:${NODE_VERSION} AS base ENV HOME '.' diff --git a/TESTING.md b/TESTING.md index 6e44f5abfe39..5417025da2c4 100644 --- a/TESTING.md +++ b/TESTING.md @@ -44,7 +44,7 @@ Additionally there are a few more types of tests and checks: # Requirements - Install the latest NodeJS, [NPM](https://www.npmjs.com/get-npm) and [Yarn](https://classic.yarnpkg.com/en/docs/install/#mac-stable) - - `nvm install v20.18.3` + - `nvm install v20.19.5` - `npm install -g yarn` # Test guidelines