Skip to content

Commit

Permalink
⬆️ bump minimum node version [4.5.0, 6.9.0] (#8489)
Browse files Browse the repository at this point in the history
no issue

- the new ember version requires 4.5.0
- i've also bumped node v6, because of the latest security vulnerability report (see https://nodejs.org/en/blog/vulnerability/october-2016-security-releases/)
  "All of these vulnerabilities are considered low-severity for Node.js users, however, users of Node.js v6.x should upgrade at their earliest convenience."
  • Loading branch information
kirrg001 authored and kevinansfield committed May 29, 2017
1 parent 476caa5 commit 18d2c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"init": "yarn global add knex-migrator ember-cli grunt-cli && yarn install && grunt symlink && grunt init || true"
},
"engines": {
"node": "^4.2.0 || ^6.5.0"
"node": "^4.5.0 || ^6.9.0"
},
"dependencies": {
"amperize": "0.3.4",
Expand Down

0 comments on commit 18d2c9f

Please sign in to comment.