Skip to content

Commit fedfc8e

Browse files
authored
Merge pull request #7 from erodewald/PI-366-fix-node-engine
Set the minimum node engine to 8.9.4
2 parents f2a6c17 + c4cf920 commit fedfc8e

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)