From 80f8fb4d984d41774403c3ae137a2bad92e15c3a Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sun, 26 Jun 2022 16:56:01 +0200 Subject: [PATCH] Node 17 is EOL --- .github/workflows/ci.yml | 5 +---- package.json | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 740923cf0..dd62a05cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,10 +77,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [14, 16, 17, 18] - exclude: - - os: windows-latest # https://github.com/serialport/node-serialport/issues/2344 - node: 17 + node: [14, 16, 18] runs-on: ${{ matrix.os }} continue-on-error: true steps: diff --git a/package.json b/package.json index 6f61e7258..9b45bafda 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/Koenkk/zigbee2mqtt.git" }, "engines": { - "node": "^14 || ^16 || ^17 || ^18" + "node": "^14 || ^16 || ^18" }, "keywords": [ "xiaomi",