diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 5926da6..6f95953 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: '22.x' + node-version: '24.x' lint: true adapter-tests: @@ -67,6 +67,6 @@ jobs: steps: - uses: ioBroker/testing-action-deploy@v1 with: - node-version: '22.x' + node-version: '24.x' github-token: ${{ secrets.GITHUB_TOKEN }} build: true