Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.14.0
24.17
4 changes: 2 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/development/setting-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Expand Down