Skip to content

Commit a1c30f2

Browse files
committed
CONTRIBUTING: Fix wrong Node.js version
Signed-off-by: Florian Hotze <dev@florianhotze.com>
1 parent aecf901 commit a1c30f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ You don't have to be a maintainer to make a difference on the project!
136136

137137
## Build System
138138

139-
openhab-js is developed on [Node.js](https://nodejs.org/) version `16.17.1`.
139+
openhab-js is developed on [Node.js](https://nodejs.org/), version as stated in [`.nvmrc`](.nvmrc).
140140
It is required to use this version as well in your development environment, otherwise you could cause trouble.
141141

142142
Maintainers therefore recommend to use a Node.js version manager, e.g. [nvm-sh/nvm](https://github.com/nvm-sh/nvm).

0 commit comments

Comments
 (0)