From 5914727f6e2d9d86955d8fc868a8c0763ac0179d Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Thu, 4 Jun 2026 15:37:51 +0200 Subject: [PATCH] Fix CI --- .github/workflows/test-and-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 43c3384e3..16c203586 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -31,7 +31,7 @@ jobs: steps: - uses: ioBroker/testing-action-check@v1 with: - node-version: '22.x' + node-version: 24.15.0 lint: true build: @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 22.x + node-version: 24.15.0 - run: npm i - run: npm run build @@ -53,7 +53,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [18.x, 20.x, 22.x, 24.x] + node-version: [18.x, 20.x, 22.x, 24.15.0] os: [ubuntu-latest, windows-latest, macos-latest] steps: