Skip to content

Commit 221d19f

Browse files
authored
Merge pull request #60 from ember-cli-deploy/chore/node-version
Fix node version specifier to allow node 12+ as well as 10
2 parents 6ed4b74 + b2ee0cd commit 221d19f

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)