diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 0937aa5..d59dc9a 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -40,7 +40,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 b3fdfc6..dfcccdd 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ This adapter fetches data from the powerfox cloud (https://www.powerfox.energy/) Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### **WORK IN PROGRESS** +- (copilot) Adapter requires node.js >= 22 now + ### 0.0.15 (2026-03-14) - changed from schedule to deamon - added "Counter Type" as a column in the settings diff --git a/package.json b/package.json index a178d35..b86ee7a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "url": "https://github.com/Ax-LED/ioBroker.powerfox2" }, "engines": { - "node": ">= 20" + "node": ">= 22" }, "dependencies": { "@iobroker/adapter-core": "^3.3.2",