From 2e7d5af9b36c5d4159cc3af2b5f12216236da44e Mon Sep 17 00:00:00 2001 From: Matthias Kleine Date: Mon, 2 Oct 2023 12:02:22 +0200 Subject: [PATCH] NodeJS 16.x is required --- README.md | 2 ++ package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c47117b..23c5734 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ iobroker add luftdaten --> ### **WORK IN PROGRESS** +NodeJS 16.x is required + * (klein0r) Added link to sensor map to intro tab ### 3.0.0 (2023-05-01) diff --git a/package.json b/package.json index 4a3240d..a577593 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "url": "git+https://github.com/klein0r/ioBroker.luftdaten" }, "engines": { - "node": ">=14.5.0" + "node": ">=16" }, "dependencies": { "@iobroker/adapter-core": "^3.0.3", @@ -84,4 +84,4 @@ "url": "https://github.com/klein0r/ioBroker.luftdaten/issues" }, "readmeFilename": "README.md" -} +} \ No newline at end of file