Skip to content

Commit bef3ffe

Browse files
committed
ci: update CI config and engines node to run on node 8 and upper
1 parent 9e1bdcd commit bef3ffe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 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-
- "6"
6+
- "8"
77

88
sudo: false
99
dist: trusty

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"moment-timezone": "^0.5.0"
4848
},
4949
"engines": {
50-
"node": "^4.5 || 6.* || >= 7.*"
50+
"node": "^8.* || >= 10.*"
5151
},
5252
"ember-addon": {
5353
"configPath": "tests/dummy/config"

0 commit comments

Comments
 (0)