From bf06985208c20b133ccfe27cfe73a416e70cc7d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 2 May 2026 16:50:14 +0000 Subject: [PATCH] Update from template: X0000-dropNode20 --- .github/workflows/test-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index b14088f..da944a3 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: ioBroker/testing-action-check@v1 with: - node-version: "20.x" + node-version: '22.x' # Uncomment the following line if your adapter cannot be installed using 'npm ci' # install-command: 'npm install' lint: true @@ -35,7 +35,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [18.x, 20.x, 22.x] + node-version: [18.x, 22.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: