Skip to content

Commit 92b1a34

Browse files
committed
Set the minimum node engine to 8.9.4
PI-366
1 parent a5fa15e commit 92b1a34

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
@@ -17,7 +17,7 @@
1717
"lint": "xo"
1818
},
1919
"engines": {
20-
"node": ">=6.12.3 <8.0.0 || >=8.9.4 <10.0.0 || >=10.4.1"
20+
"node": ">=8.9.4"
2121
},
2222
"license": "Apache-2.0",
2323
"repository": "github:SmartThingsCommunity/smartapp-sdk-nodejs",

0 commit comments

Comments
 (0)