From 0a978a7d127258df1412f08a810a35e4384e1be7 Mon Sep 17 00:00:00 2001 From: igoychev Date: Mon, 13 Nov 2023 13:53:04 +0200 Subject: [PATCH] Update README.md updated requirements for NodeJs from 16 to 20 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eaf69f7a0..f3079fa54 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,13 @@ # Setup Development Environment (recommended) -To run and develop the module NodeJS 16 is required. In this section 2 ways of configuring a development environment are described. +To run and develop the module NodeJS 20 is required. In this section 2 ways of configuring a development environment are described. ## Installing the prerequisites The following prerequisites are required in order to be able to run the project: -- [Node.js 16 LTS](https://nodejs.org/en/download/) +- [Node.js v20](https://nodejs.org/en/download/) - [Yarn v3.x](https://yarnpkg.com/getting-started/install) - [Docker](https://www.docker.com/get-started) with [Docker Compose](https://docs.docker.com/compose/) (to easily run a local database instance)