Skip to content

Commit

Permalink
Merge pull request #64 from Turbo87/drop-node-4
Browse files Browse the repository at this point in the history
Drop support for Node.js 4
  • Loading branch information
Turbo87 authored Nov 23, 2018
2 parents 0450a0d + dbf6075 commit d33cda5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: node_js
node_js:
# we recommend testing addons with the same minimum supported node version as Ember CLI
# so that your addon works for all apps
- "4"
- "6"

sudo: false
dist: trusty
Expand Down
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
environment:
MOCHA_REPORTER: "mocha-appveyor-reporter"
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "9"

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lodash.defaultsdeep": "^4.6.0"
},
"engines": {
"node": "^4.5 || 6.* || >= 7.*"
"node": "6.* || 8.* || >= 10.*"
},
"changelog": {
"repo": "ember-cli/ember-cli-uglify",
Expand Down

0 comments on commit d33cda5

Please sign in to comment.