diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 743e4200..640512bf 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -31,7 +31,7 @@ jobs: steps: - uses: ioBroker/testing-action-check@v1 with: - node-version: '22.x' + node-version: '24.x' lint: true build: @@ -53,7 +53,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [18.x, 20.x, 22.x, 24.x] + node-version: [20.x, 22.x, 24.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: diff --git a/README.md b/README.md index 683673bc..8489949d 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ Executes Javascript, Typescript Scripts. - πŸ‡·πŸ‡Ί ОписаниС ΠΏΠΎ [blockly](docs/ru/blockly.md) ΠΌΠΎΠΆΠ½ΠΎ Π½Π°ΠΉΡ‚ΠΈ [здСсь](docs/ru/blockly.md). ## Changelog + +### **WORK IN PROGRESS** +- (iobroker-bot) Adapter requires node.js >= 20 now. diff --git a/package.json b/package.json index 4af22bfe..65a093d9 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "url": "https://github.com/ioBroker/ioBroker.javascript" }, "engines": { - "node": ">=18" + "node": ">=20" }, "depsComment": { "@types/node": "should match the lowest MAJOR version of Node.js we support."