Update from template: X0000-updateNodeJsAtTestAndRelease

This commit is contained in:
github-actions[bot]
2026-04-06 19:55:44 +00:00
parent 039e856f7a
commit c19bb8452e
+2 -2
View File
@@ -28,7 +28,7 @@ jobs:
steps: steps:
- uses: ioBroker/testing-action-check@v1 - uses: ioBroker/testing-action-check@v1
with: with:
node-version: '22.x' node-version: '24.x'
lint: true lint: true
adapter-tests: adapter-tests:
@@ -67,6 +67,6 @@ jobs:
steps: steps:
- uses: ioBroker/testing-action-deploy@v1 - uses: ioBroker/testing-action-deploy@v1
with: with:
node-version: '22.x' node-version: '24.x'
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
build: true build: true