diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index ea5948e..fdcde3f 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 83dc937..d559465 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 a2d2089..2f4bb4e 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",