From 00d962bc7251b7f3c734b489d0e64b4e585e5422 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 18 Sep 2024 13:22:15 +0200 Subject: [PATCH] Drop Support for Node 16 --- .github/workflows/test-and-release.yml | 6 +++--- README.md | 4 ++++ package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index fdda12f..217ff2b 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: ioBroker/testing-action-check@v1 with: - node-version: '16.x' + node-version: '20.x' # Uncomment the following line if your adapter cannot be installed using 'npm ci' # install-command: 'npm install' type-checking: true @@ -41,7 +41,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x, 22.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: @@ -76,7 +76,7 @@ jobs: steps: - uses: ioBroker/testing-action-deploy@v1 with: - node-version: '16.x' + node-version: '20.x' # Uncomment the following line if your adapter cannot be installed using 'npm ci' # install-command: 'npm install' build: true diff --git a/README.md b/README.md index 25d821f..c84ff45 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ Message Support is still limited and will be increased in further versions. Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### **WORK IN PROGRESS** +* Drop Support for Node v16 +* Various Package Upgrades + ### 0.5.0 (2023-09-10) * Various Package Upgrades (inc. Update to ioBroker Adapter lib v3) * Adding of Tests for Node Version 20.x diff --git a/package.json b/package.json index 96ee87e..b5e9e79 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "url": "https://github.com/bembelstemmer/ioBroker.batrium-bms.git" }, "engines": { - "node": ">= 16" + "node": ">= 18" }, "dependencies": { "@iobroker/adapter-core": "^3.0.4",