Updated nodejs version requirement

Updated nodejs version requirement from 14 to 16

Signed-off-by: Dennis Eisermann <73851419+DJE98@users.noreply.github.com>
This commit is contained in:
Dennis Eisermann
2022-10-17 11:24:59 +02:00
committed by GitHub
parent a716c0968a
commit 96b5c3da1d

View File

@@ -71,7 +71,7 @@ Nothing to prepare, just dig into the code.
### JavaScript
This requires at least Node 14 and npm 7 to be installed.
This requires at least Node 16 and npm 7 to be installed.
Deck requires running a `make build-js` to install npm dependencies and build the JavaScript code using webpack. While developing you can also use `make watch` to rebuild everytime the code changes.