Skip to content

Commit c1adbfe

Browse files
committed
Update node versions in package.json to match currently maintained node versions
1 parent d7f96ce commit c1adbfe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 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-
- "4"
6+
- "6"
77

88
sudo: required
99
dist: trusty
@@ -20,6 +20,7 @@ env:
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
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"

0 commit comments

Comments
 (0)