Skip to content

Commit 9ea65ec

Browse files
Tamrielclepski
andauthored
doc: Explain that node version 18 is needed, not version 20 (openscd#1663)
Co-authored-by: Christopher Lepski <[email protected]>
1 parent 0831fa4 commit 9ea65ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To develop, follow these steps :
3737
1. Install [↗ Node.js](https://nodejs.org/en/download/package-manager)
3838

3939
> [!IMPORTANT]
40-
> `Node.js` version should be set to `20.x.x` as there are incompatibilities with higher version
40+
> `Node.js` version should be set to `18.x.x` as there are incompatibilities with higher version
4141
4242
2. Run `npm ci` in OpenSCD's root folder.
4343

@@ -355,4 +355,4 @@ class MyClass {
355355
private foo = 1;
356356
private bar() {}
357357
}
358-
```
358+
```

0 commit comments

Comments
 (0)