Skip to content

Commit

Permalink
Merge pull request #17836 from emberjs/chore/bump-minimum-node-version
Browse files Browse the repository at this point in the history
[CHORE] Node 6 is EOL this month
  • Loading branch information
rwjblue authored Apr 2, 2019
2 parents 31237ef + 492c228 commit d38e98a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ jobs:
- env: TEST_SUITE=old-jquery-and-extend-prototypes

- name: Node.js Tests
node_js: "6"
node_js: "8"
script:
- yarn ember build -prod
- yarn test:node

- name: Blueprint Tests
node_js: "6"
node_js: "8"
script:
- yarn test:blueprints

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"typescript-eslint-parser": "^22.0.0"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
"node": "8.* || >= 10.*"
},
"ember-addon": {
"after": "ember-cli-legacy-blueprints"
Expand Down

0 comments on commit d38e98a

Please sign in to comment.