From 4f9603af53f72dbd7eed4f3a5e96c4a4f1376f7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 2 May 2026 10:31:47 +0000 Subject: [PATCH] Update from template: X0000-dropNode20 --- .github/workflows/test-and-release.yml | 2 +- README.md | 3 +++ package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index ba36646..28571e1 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -42,7 +42,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [20.x, 22.x, 24.x] + node-version: [22.x, 24.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: diff --git a/README.md b/README.md index bae310a..4367fb7 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,9 @@ If you want to check whether the hydropmeter is compatible with your type of wat ## Changelog +### **WORK IN PROGRESS** +- (copilot) Adapter requires node.js >= 22 now + ### 0.1.5 (2026-03-29) * (simatec) Fix License * (simatec) Update dependencies diff --git a/package.json b/package.json index af08c38..50797b8 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "url": "https://github.com/simatec/ioBroker.hydrop.git" }, "engines": { - "node": ">= 20" + "node": ">= 22" }, "dependencies": { "@iobroker/adapter-core": "^3.3.2",