Update node to v18 in README

This commit is contained in:
Michael Woods 2022-09-17 22:37:21 -04:00 committed by GitHub
parent c8c0979e15
commit 17a447438f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ MQTT_PASSWORD=
```
### Node.js
It's a typical node.js application, define the same environment values as described in the docker sections and run with:
`npm run start`. Currently, this is only tested with Node.js 12.x.
`npm run start`. Currently, this is only tested with Node.js 18.x.
### Home Assistant configuration templates
MQTT auto discovery is enabled. For further integrations and screenshots see [HA-MQTT.md](HA-MQTT.md).