From 5af4108d63b939336b497c0a8859d44d0ac8b8fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 Apr 2026 12:30:00 +0000 Subject: [PATCH] Update from template: X0000-updateNodeJsAtTestAndRelease --- .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 8cf35e4..fc8ff2c 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: [14.x, 16.x, 18.x] + node-version: [20.x, 22.x, 24.x] os: [ubuntu-latest] steps: diff --git a/README.md b/README.md index 78a5c38..c118926 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,9 @@ If you're willing to help, drop me a line! ### **WORK IN PROGRESS** --> ## Changelog + +### **WORK IN PROGRESS** +- (iobroker-bot) Adapter requires node.js >= 20 now. ### 1.2.0 (2023-02-10) * (bluefox) added option to execute `setcap` rights by every start diff --git a/package.json b/package.json index eb3e630..0d89fa7 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "url": "https://github.com/PArns/ioBroker.amazon-dash" }, "engines": { - "node": ">=10.0.0" + "node": ">=20.0.0" }, "optionalDependencies": { "pcap": "^3.1.0"