Skip to content

Commit 10199ef

Browse files
authored
Merge pull request #102 from Turbo87/node-6
Drop support for Node 6
2 parents 84fed8a + 9cdbcf2 commit 10199ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: node_js
33
node_js:
44
# we recommend testing addons with the same minimum supported node version as Ember CLI
55
# so that your addon works for all apps
6-
- "6"
6+
- "8"
77

88
branches:
99
only:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
environment:
55
MOCHA_REPORTER: "mocha-appveyor-reporter"
66
matrix:
7-
- nodejs_version: "6"
7+
- nodejs_version: "8"
88

99
branches:
1010
only:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"lodash.defaultsdeep": "^4.6.0"
2727
},
2828
"engines": {
29-
"node": "6.* || 8.* || >= 10.*"
29+
"node": "8.* || >= 10.*"
3030
},
3131
"changelog": {
3232
"repo": "ember-cli/ember-cli-uglify",

0 commit comments

Comments
 (0)