From 04b99b4e46f44c052871be924613648c735e8c3a Mon Sep 17 00:00:00 2001 From: Martin M Date: Thu, 21 Sep 2023 16:25:30 +0200 Subject: [PATCH] require node 16 due to adapter-core 3.x.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6756d069..a84e7c90 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "iobroker.backitup", "version": "2.8.1", "engines": { - "node": ">=14.0.0" + "node": ">=16.0.0" }, "description": "ioBroker.backitup enables the cyclic creation of backups of an IoBroker / Homematic installation", "author": {