Skip to content

Commit

Permalink
Fix version discrepancies (#9)
Browse files Browse the repository at this point in the history
* use same versions as in package.json

* remove 'or higher' from node version on the development page
  • Loading branch information
patricgruber authored Jun 4, 2024
1 parent 2ef8e55 commit a0446ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions content/2.installation/3.manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

For a manual installation, the following requirements must be met:

- [Node.js 18.14.x](https://nodejs.org/en/download/)
- [pnpm 7.25.x](https://pnpm.io/installation) or higher
- [Node.js 20.11.x](https://nodejs.org/en/download/)
- [pnpm 8.15.x](https://pnpm.io/installation) or higher
- [Redis 7.x](https://redis.io/download)
- [MongoDB 5.x](https://www.mongodb.com/try/download/community)
- [Git](https://git-scm.com/downloads)
Expand Down
4 changes: 2 additions & 2 deletions content/5.development/0.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ I personally develop on Windows and Linux. If you find that the development setu

For development, you need the following tools installed.

- Nodejs >v18.16.x
- Pnpm >8.7.x
- Node.js 20.11.x
- pnpm >=8.15.x

Of course, the basics like a text editor, git and a terminal are also required.

0 comments on commit a0446ba

Please sign in to comment.