diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 0d902b7..4ab211a 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' # Uncomment the following line if your adapter cannot be installed using 'npm ci' # install-command: 'npm install' @@ -74,7 +74,7 @@ jobs: steps: - uses: ioBroker/testing-action-deploy@v1 with: - node-version: '20.x' + node-version: '24.x' # Uncomment the following line if your adapter cannot be installed using 'npm ci' # install-command: 'npm install' npm-token: ${{ secrets.NPM_TOKEN }}