File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ language: node_js
33node_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- - " 4 "
6+ - " 6 "
77
88sudo : required
99dist : trusty
2020 - EMBER_TRY_SCENARIO=ember-lts-2.8
2121 - EMBER_TRY_SCENARIO=ember-lts-2.12
2222 - EMBER_TRY_SCENARIO=ember-lts-2.18
23+ - EMBER_TRY_SCENARIO=ember-lts-3.4
2324 - EMBER_TRY_SCENARIO=ember-release
2425 - EMBER_TRY_SCENARIO=ember-beta
2526 - EMBER_TRY_SCENARIO=ember-canary
Original file line number Diff line number Diff line change 4949 "loader.js" : " ^4.2.3"
5050 },
5151 "engines" : {
52- "node" : " ^4.5 || 6 .* || >= 7 .*"
52+ "node" : " 6.* || 8 .* || 10.* || >= 12 .*"
5353 },
5454 "ember-addon" : {
5555 "configPath" : " tests/dummy/config"
You can’t perform that action at this time.
0 commit comments