From a0446ba6a79e92f43f3a3cfc15e55d52ee0dffeb Mon Sep 17 00:00:00 2001 From: Patric Gruber Date: Tue, 4 Jun 2024 10:33:20 +0200 Subject: [PATCH] Fix version discrepancies (#9) * use same versions as in package.json * remove 'or higher' from node version on the development page --- content/2.installation/3.manual.md | 4 ++-- content/5.development/0.index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/2.installation/3.manual.md b/content/2.installation/3.manual.md index 39c5083..b22027c 100644 --- a/content/2.installation/3.manual.md +++ b/content/2.installation/3.manual.md @@ -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) diff --git a/content/5.development/0.index.md b/content/5.development/0.index.md index a657b55..7956f47 100644 --- a/content/5.development/0.index.md +++ b/content/5.development/0.index.md @@ -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.