We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a3e04a + 46a1c57 commit 652fef4Copy full SHA for 652fef4
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: '20.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
@@ -78,7 +78,7 @@ jobs:
78
79
- uses: ioBroker/testing-action-deploy@v1
80
81
82
83
84
build: true
0 commit comments