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 2690a4c commit e624e56Copy full SHA for e624e56
1 file changed
.github/workflows/test-and-release.yml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- uses: ioBroker/testing-action-check@v1
30
with:
31
- node-version: '22.x'
+ node-version: '24.x'
32
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
33
# install-command: 'npm install'
34
type-checking: true
@@ -72,7 +72,7 @@ jobs:
72
73
- uses: ioBroker/testing-action-deploy@v1
74
75
76
77
78
build: true
0 commit comments