We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1bdcd commit bef3ffeCopy full SHA for bef3ffe
.travis.yml
@@ -3,7 +3,7 @@ language: node_js
3
node_js:
4
# we recommend testing addons with the same minimum supported node version as Ember CLI
5
# so that your addon works for all apps
6
- - "6"
+ - "8"
7
8
sudo: false
9
dist: trusty
package.json
@@ -47,7 +47,7 @@
47
"moment-timezone": "^0.5.0"
48
},
49
"engines": {
50
- "node": "^4.5 || 6.* || >= 7.*"
+ "node": "^8.* || >= 10.*"
51
52
"ember-addon": {
53
"configPath": "tests/dummy/config"
0 commit comments