Skip to content

Commit a347c0d

Browse files
committed
fix: restore nodejs 16 compatibility
Fixes #1710
1 parent 5006aea commit a347c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"lint"
9393
],
9494
"engines": {
95-
"node": ">=18.0.0"
95+
"node": ">=16.0.0"
9696
},
9797
"browser": {
9898
"./mqtt.js": "./build/mqtt.js",

0 commit comments

Comments
 (0)