Skip to content

Commit 652fef4

Browse files
authored
Merge pull request #17 from ioBroker-Bot/update-from-template-X0000-updateNodeJsAtTestAndRelease-1775522935
[iobroker-bot] Update Node.js versions in test-and-release workflow
2 parents 8a3e04a + 46a1c57 commit 652fef4

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: '20.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
@@ -78,7 +78,7 @@ jobs:
7878
steps:
7979
- uses: ioBroker/testing-action-deploy@v1
8080
with:
81-
node-version: '20.x'
81+
node-version: '24.x'
8282
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
8383
# install-command: 'npm install'
8484
build: true

0 commit comments

Comments
 (0)