diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 743e4200..b4483566 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -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 51fb4d9a..1347b008 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 e107c20c..f0a2f20b 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."