From 024fba53a7fdcde10f6750399167746e3bd1d462 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Fri, 24 Jan 2025 13:39:59 +0100 Subject: [PATCH] chore: updated required node version in german contributing file In the text above you said you need at least Node v20 --- docs/contributing/contributing_de.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing/contributing_de.md b/docs/contributing/contributing_de.md index 2983e8d26..d58161f7c 100644 --- a/docs/contributing/contributing_de.md +++ b/docs/contributing/contributing_de.md @@ -42,12 +42,12 @@ Bruno wird als Desktop-Anwendung entwickelt. Um die App zu starten, musst Du zue ### Abhängigkeiten -- NodeJS v18 +- NodeJS v20 ### Lokales Entwickeln ```bash -# use nodejs 18 version +# use nodejs 20 version nvm use # install deps