From cda867a38798f207fc9d2781535c93ab2728145d Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Mon, 13 May 2024 22:35:26 +0200 Subject: [PATCH] fix: Add Node 22 support, remove Node 21 https://github.com/Koenkk/zigbee2mqtt/issues/22595 --- .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 4fa013ebda..40f0dcb8a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [18, 20] + node: [18, 20, 22] runs-on: ${{ matrix.os }} continue-on-error: true steps: diff --git a/package.json b/package.json index 2705c3355c..493e7e95b7 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/Koenkk/zigbee2mqtt.git" }, "engines": { - "node": "^18 || ^20 || ^21" + "node": "^18 || ^20 || ^22" }, "keywords": [ "xiaomi",