Skip to content

Commit e624e56

Browse files
Update from template: X0000-updateNodeJsAtTestAndRelease
1 parent 2690a4c commit e624e56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: ioBroker/testing-action-check@v1
3030
with:
31-
node-version: '22.x'
31+
node-version: '24.x'
3232
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
3333
# install-command: 'npm install'
3434
type-checking: true
@@ -72,7 +72,7 @@ jobs:
7272
steps:
7373
- uses: ioBroker/testing-action-deploy@v1
7474
with:
75-
node-version: '22.x'
75+
node-version: '24.x'
7676
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
7777
# install-command: 'npm install'
7878
build: true

0 commit comments

Comments
 (0)