Skip to content

Commit

Permalink
fix: restore nodejs 16 compatibility
Browse files Browse the repository at this point in the history
Fixes #1710
  • Loading branch information
robertsLando committed Oct 9, 2023
1 parent 5006aea commit a347c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"lint"
],
"engines": {
"node": ">=18.0.0"
"node": ">=16.0.0"
},
"browser": {
"./mqtt.js": "./build/mqtt.js",
Expand Down

0 comments on commit a347c0d

Please sign in to comment.