diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83a68a32a..e5b3c65e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [16, 18, 20] + node: [18, 20] runs-on: ${{ matrix.os }} continue-on-error: true steps: diff --git a/.github/workflows/update_deps.yml b/.github/workflows/update_deps.yml index 164385d90..b4703f1e9 100644 --- a/.github/workflows/update_deps.yml +++ b/.github/workflows/update_deps.yml @@ -22,9 +22,7 @@ jobs: with: node-version: 20 cache: npm - # connect-gzip-static only supports node 16 - # @types/ws 8.5.5 is broken - - run: npx npm-check-updates -u -x connect-gzip-static -x @types/ws + - run: npx npm-check-updates -u - run: npm install - uses: peter-evans/create-pull-request@v5 with: diff --git a/package.json b/package.json index 786bd7621..0fd76d183 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/Koenkk/zigbee2mqtt.git" }, "engines": { - "node": "^16 || ^18 || ^19 || ^20" + "node": "^18 || ^20 || ^21" }, "keywords": [ "xiaomi",