From 243c81531137056a425473f171bb60e0bab2226d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 2 May 2026 06:55:25 +0000 Subject: [PATCH] Update from template: X0000-dropNode20 --- .github/workflows/test-and-release.yml | 4 ++-- README.md | 3 +++ package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 8cf35e4..5c2e959 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: [14.x, 16.x, 18.x, 22.x] os: [ubuntu-latest] steps: @@ -76,7 +76,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] + node-version: [16.x, 22.x] steps: - name: Checkout code diff --git a/README.md b/README.md index 78a5c38..5007d49 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** +- (copilot) Adapter requires node.js >= 22 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..9c8975f 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": ">=22.0.0" }, "optionalDependencies": { "pcap": "^3.1.0"