Skip to content

Commit

Permalink
node 18 required
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky-ESA committed Feb 3, 2025
1 parent 4e8b4df commit 0f24619
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: ioBroker/testing-action-check@v1
with:
node-version: "18.x"
node-version: "20.x"
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'
lint: true
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [20.x, 22.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
steps:
- uses: ioBroker/testing-action-deploy@v1
with:
node-version: "18.x"
node-version: "20.x"
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'
npm-token: ${{ secrets.NPM_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ The adapter can control the mower and you can change config params like mowtimes
### **WORK IN PROGRESS**

- (Lucky-ESA) Migration to ESLint9
- (Lucky-ESA) Node 20 required

### 3.1.1 (2024-11-04)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"url": "https://github.com/iobroker-community-adapters/ioBroker.worx.git"
},
"engines": {
"node": ">= 18"
"node": ">= 20"
},
"dependencies": {
"@iobroker/adapter-core": "^3.2.3",
Expand Down

0 comments on commit 0f24619

Please sign in to comment.