Skip to content

Commit

Permalink
docs!: Update node version to 18
Browse files Browse the repository at this point in the history
BREAKING-CHANGE: Dropping support for node v16
  • Loading branch information
zachowj committed Aug 26, 2024
1 parent f3e46f1 commit f0c5f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Documentation can be found [here](https://zachowj.github.io/node-red-contrib-hom
Have Node-RED installed and working, if you need to
install Node-RED see [here](https://nodered.org/docs/getting-started/installation).

- [Node.js](https://nodejs.org) v14.0.0+
- [Node.js](https://nodejs.org) v18.2.0+
- [Node-RED](https://nodered.org/) v3.1.1+
- [Home Assistant](https://home-assistant.io) v2023.12+

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues"
},
"engines": {
"node": ">=14.0.0"
"node": ">=18.2.0"
},
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit f0c5f3d

Please sign in to comment.