Skip to content

Commit 0631595

Browse files
committed
engines node > 20
1 parent 3f05262 commit 0631595

2 files changed

Lines changed: 3 additions & 3 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
lint: 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
# npm-token: ${{ secrets.NPM_TOKEN }} # Commented out for migration to Trusted Publishing

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"url": "https://github.com/ltspicer/ioBroker.sofarcloud.git"
2323
},
2424
"engines": {
25-
"node": ">= 20"
25+
"node": "> 20"
2626
},
2727
"dependencies": {
2828
"@iobroker/adapter-core": "^3.3.2",

0 commit comments

Comments
 (0)