From 5591207deaea177c0019fe679f4e197e2efcb286 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Tue, 7 Jul 2026 22:38:52 +0200 Subject: [PATCH] fix: Support Node 26, remove Node 20 support (#32508) --- .github/workflows/ci.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8ca7292..b9e30f4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -216,7 +216,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [20, 22, 24] + node: [22, 24, 26] runs-on: ${{ matrix.os }} continue-on-error: true steps: diff --git a/package.json b/package.json index 8b3e364f..9874e8e6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "git+https://github.com/Koenkk/zigbee2mqtt.git" }, "engines": { - "node": "^20.15.0 || ^22.2.0 || ^24" + "node": "^22.2.0 || ^24 || ^26" }, "keywords": [ "xiaomi",