Skip to content

Commit b2ee0cd

Browse files
committed
Fix node version specifier to allow node 12+ as well as 10
1 parent 6ed4b74 commit b2ee0cd

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
@@ -7,7 +7,7 @@
77
},
88
"repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-lightning-pack",
99
"engines": {
10-
"node": "^10.*"
10+
"node": "10.* || >= 12"
1111
},
1212
"author": "Luke Melia and ember-cli-deploy team",
1313
"license": "MIT",

0 commit comments

Comments
 (0)