Skip to content

Commit 862d705

Browse files
ioBroker-Botgithub-actions[bot]klein0r
authored
Update from template: X0000-updateNodeJsAtTestAndRelease (#380)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthias Kleine <github.com9@emailu.de>
1 parent 1c6c187 commit 862d705

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test-and-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ jobs:
2828
steps:
2929
- uses: ioBroker/testing-action-check@v1
3030
with:
31-
node-version: '22.x'
31+
node-version: '24.x'
3232
lint: true
3333

3434
adapter-tests:
35+
needs: [check-and-lint]
3536
if: contains(github.event.head_commit.message, '[skip ci]') == false
3637

3738
runs-on: ${{ matrix.os }}
@@ -64,7 +65,7 @@ jobs:
6465
steps:
6566
- uses: ioBroker/testing-action-deploy@v1
6667
with:
67-
node-version: '22.x'
68+
node-version: '24.x'
6869
github-token: ${{ secrets.GITHUB_TOKEN }}
6970

7071
sentry-token: ${{ secrets.SENTRY_AUTH_TOKEN }}

0 commit comments

Comments
 (0)