We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6c187 commit 862d705Copy full SHA for 862d705
1 file changed
.github/workflows/test-and-release.yml
@@ -28,10 +28,11 @@ jobs:
28
steps:
29
- uses: ioBroker/testing-action-check@v1
30
with:
31
- node-version: '22.x'
+ node-version: '24.x'
32
lint: true
33
34
adapter-tests:
35
+ needs: [check-and-lint]
36
if: contains(github.event.head_commit.message, '[skip ci]') == false
37
38
runs-on: ${{ matrix.os }}
@@ -64,7 +65,7 @@ jobs:
64
65
66
- uses: ioBroker/testing-action-deploy@v1
67
68
69
github-token: ${{ secrets.GITHUB_TOKEN }}
70
71
sentry-token: ${{ secrets.SENTRY_AUTH_TOKEN }}
0 commit comments