From 9e45d4d227baca2e5ac249668396f985b8fc3509 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Thu, 10 Apr 2025 11:29:44 +0200 Subject: [PATCH] chore: updated required node version in german contributing file (#3875) * chore: updated required node version in german contributing file --------- Co-authored-by: Anoop M D --- docs/contributing/contributing_de.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/contributing/contributing_de.md b/docs/contributing/contributing_de.md index 017e07d6a..6e335b707 100644 --- a/docs/contributing/contributing_de.md +++ b/docs/contributing/contributing_de.md @@ -21,7 +21,7 @@ Bibliotheken die wir benutzen ### Abhängigkeiten -Du benötigst [Node v20.x oder die neuste LTS Version](https://nodejs.org/en/) und npm 8.x. Wir benutzen npm workspaces in dem Projekt. +Du benötigst [Node v22.x oder die neuste LTS Version](https://nodejs.org/en/) und npm 8.x. Wir benutzen npm workspaces in dem Projekt. ### Lass uns coden @@ -42,12 +42,12 @@ Bruno wird als Desktop-Anwendung entwickelt. Um die App zu starten, musst Du zue ### Abhängigkeiten -- NodeJS v18 +- NodeJS v22 ### Lokales Entwickeln ```bash -# use nodejs 18 version +# use nodejs 22 version nvm use # install deps