Skip to content

Commit

Permalink
Merge pull request #18785 from rwjblue/drop-node-8
Browse files Browse the repository at this point in the history
Drop Node 8 support.
  • Loading branch information
rwjblue authored Feb 28, 2020
2 parents 4299f0f + c75f505 commit d574096
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,11 @@ jobs:
- yarn test

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

- name: Blueprint Tests
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 @@ -146,7 +146,7 @@
"tslint": "^5.20.1"
},
"engines": {
"node": "8.* || 10.* || >= 12.*"
"node": "10.* || >= 12.*"
},
"ember-addon": {
"after": "ember-cli-legacy-blueprints"
Expand Down

0 comments on commit d574096

Please sign in to comment.