Skip to content

Commit

Permalink
Merge pull request #89 from iobroker-community-adapters/mcm1957-patch-1
Browse files Browse the repository at this point in the history
require node 16 as adapter-code 3.x.x fails with node 14
  • Loading branch information
mcm1957 authored Aug 15, 2023
2 parents f2ed39d + 67a1109 commit ece74ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"type": "git",
"url": "https://github.com/iobroker-community-adapters/ioBroker.logparser"
},
"engines": {
"node": ">=16"
},
"dependencies": {
"@iobroker/adapter-core": "^3.0.3"
},
Expand Down

0 comments on commit ece74ca

Please sign in to comment.