We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea18b61 commit eb68c4bCopy full SHA for eb68c4b
2 files changed
.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
- - "8"
+ - "10"
7
8
sudo: false
9
dist: trusty
package.json
@@ -65,7 +65,7 @@
65
"standard-version": "^6.0.1"
66
},
67
"engines": {
68
- "node": "8.* || >= 10.*"
+ "node": ">= 10.*"
69
70
"ember-addon": {
71
"configPath": "tests/dummy/config"
0 commit comments