Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updated requirements for NodeJs from 16 to 20
  • Loading branch information
igoychev authored Nov 13, 2023
1 parent 4ff10fe commit 0a978a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 0a978a7

Please sign in to comment.