Skip to content

Commit

Permalink
Merge pull request #60 from ember-cli-deploy/chore/node-version
Browse files Browse the repository at this point in the history
Fix node version specifier to allow node 12+ as well as 10
  • Loading branch information
lukemelia authored May 18, 2020
2 parents 6ed4b74 + b2ee0cd commit 221d19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-lightning-pack",
"engines": {
"node": "^10.*"
"node": "10.* || >= 12"
},
"author": "Luke Melia and ember-cli-deploy team",
"license": "MIT",
Expand Down

0 comments on commit 221d19f

Please sign in to comment.