Skip to content

Commit

Permalink
Update package.json - require node 16 minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 authored Sep 11, 2023
1 parent 38db6b4 commit e8ddc23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"url": "https://github.com/frankjoke/ioBroker.radar2"
},
"engines": {
"node": ">=10.1.0",
"npm": ">=6.4.0"
"node": ">=16"
},
"devDependencies": {
"@alcalzone/release-script": "^3.5.9",
Expand Down

0 comments on commit e8ddc23

Please sign in to comment.