diff --git a/.nvmrc b/.nvmrc index d845d9d88db..93b18eeec5d 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.14.0 +24.17 diff --git a/CLAUDE.md b/CLAUDE.md index 5148b423992..c9adf23c818 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -142,8 +142,8 @@ Swagger UI uses a **sophisticated plugin system** powered by Redux. The core sys ### Prerequisites -- **Node.js:** >=24.14.0 (Node 24.x recommended, as defined in `.nvmrc`) -- **npm:** >=11.9.0 +- **Node.js:** >=24.17.0 (Node 24.x recommended, as defined in `.nvmrc`) +- **npm:** >=11.13.0 - **Git:** Any version - **JDK 7+:** Required for Nightwatch.js integration tests diff --git a/docs/development/setting-up.md b/docs/development/setting-up.md index 929972e433d..d1a4b75b2a6 100644 --- a/docs/development/setting-up.md +++ b/docs/development/setting-up.md @@ -5,7 +5,7 @@ SwaggerUI includes a development server that provides hot module reloading and u ### Prerequisites - git, any version -- **Node.js >=24.14.0** and **npm >=11.9.0** are the minimum required versions that this repo runs on, but we always recommend using the latest version of Node.js. +- **Node.js >=24.17.0** and **npm >=11.13.0** are the minimum required versions that this repo runs on, but we always recommend using the latest version of Node.js.