build: use Node.js =20.3.0 for local dev env (#9204)

This commit is contained in:
Vladimír Gorej
2023-09-13 10:54:06 +02:00
committed by GitHub
parent d89726a24b
commit aea093dbf8
6 changed files with 9 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ Swagger UI includes a development server that provides hot module reloading and
### Prerequisites
- git, any version
- **Node.js >=16.13.2** and **npm >=8.1.2** are the minimum required versions that this repo runs on, but we recommend using the latest version of Node.js@16
- **Node.js >=20.3.0** and **npm >=9.6.7** are the minimum required versions that this repo runs on, but we always recommend using the latest version of Node.js.
### Steps