From e7bdd0ad9a2481014c4dc53010101b34af937df0 Mon Sep 17 00:00:00 2001 From: Jan Date: Tue, 15 Apr 2025 11:38:01 +0200 Subject: [PATCH] Explain that node version 18 is needed, not version 20 --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 15ef579bae..003d24fd74 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ To develop, follow these steps : 1. Install [↗ Node.js](https://nodejs.org/en/download/package-manager) > [!IMPORTANT] -> `Node.js` version should be set to `20.x.x` as there are incompatibilities with higher version +> `Node.js` version should be set to `18.x.x` as there are incompatibilities with higher version 2. Run `npm ci` in OpenSCD's root folder. @@ -355,4 +355,4 @@ class MyClass { private foo = 1; private bar() {} } -``` \ No newline at end of file +```