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 ed20988 commit 2d5a62cCopy full SHA for 2d5a62c
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
- - "6"
+ - "12"
7
8
sudo: false
9
dist: trusty
package.json
@@ -63,7 +63,7 @@
63
"typescript": "^3.5.3"
64
},
65
"engines": {
66
- "node": "6.* || 8.* || >= 10.*"
+ "node": ">= 12.*"
67
68
"ember-addon": {
69
"configPath": "tests/dummy/config"
0 commit comments