We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0831fa4 commit 9ea65ecCopy full SHA for 9ea65ec
CONTRIBUTING.md
@@ -37,7 +37,7 @@ To develop, follow these steps :
37
1. Install [↗ Node.js](https://nodejs.org/en/download/package-manager)
38
39
> [!IMPORTANT]
40
-> `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
41
42
2. Run `npm ci` in OpenSCD's root folder.
43
@@ -355,4 +355,4 @@ class MyClass {
355
private foo = 1;
356
private bar() {}
357
}
358
-```
+```
0 commit comments