From f0c5f3d34b0f62f125f78450d57dd520bbafb810 Mon Sep 17 00:00:00 2001 From: jason <37859597+zachowj@users.noreply.github.com> Date: Mon, 26 Aug 2024 04:14:58 -0700 Subject: [PATCH] docs!: Update node version to 18 BREAKING-CHANGE: Dropping support for node v16 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be458fd6f9..ed8b383552 100644 --- a/README.md +++ b/README.md @@ -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+ diff --git a/package.json b/package.json index 43fe5113da..ee2d83f95a 100644 --- a/package.json +++ b/package.json @@ -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": "pnpm@9.7.1", "scripts": {