From fa19c201499a16c109eb5f3bcadf83cd6a1e11a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 2 May 2026 13:54:05 +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 ea5948e5..fdcde3fd 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: [18.x, 20.x, 22.x] + node-version: [18.x, 22.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: diff --git a/README.md b/README.md index 83dc9376..d559465d 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,9 @@ Fill the IP and have fun :) Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### **WORK IN PROGRESS** +- (copilot) Adapter requires node.js >= 22 now + ### 1.1.4 (2024-09-02) - (o0Shojo0o) update dependencies [[#631](https://github.com/pixelit-project/ioBroker.pixelit/issues/631)] diff --git a/package.json b/package.json index a2d2089c..2f4bb4e3 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "url": "https://github.com/pixelit-project/ioBroker.pixelit" }, "engines": { - "node": ">=18" + "node": ">=22" }, "dependencies": { "@iobroker/adapter-core": "^3.2.3",