Skip to content

Commit

Permalink
upgrade dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Dec 2, 2023
1 parent 3c0ff4d commit 4c41da5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ More description could be found [here](https://github.com/ioBroker/ioBroker.s7/b
-->

## Changelog
### _WORK IN PROGRESS_
* IMPORTANT: Node.js 16+ is required to run this version!
* (Apollon77) Update dependencies to make adapter work with Node.js 20+

### 1.3.15 (2022-12-23)
* (bluefox) Updated GUI packages
* (bluefox) Added ukrainian translation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"optionalDependencies": {},
"dependencies": {
"node-snap7": "^1.0.6",
"node-snap7": "^1.0.7",
"iconv-lite": "0.6.3",
"async": "^3.2.5",
"@iobroker/adapter-core": "^3.0.4"
Expand Down

0 comments on commit 4c41da5

Please sign in to comment.