Skip to content

Commit c9a9b53

Browse files
gitKrystanchancancode
authored andcommitted
Drop node 6 and 8
1 parent 6316330 commit c9a9b53

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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+
- "10"
77

88
sudo: false
99
dist: trusty

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"qunit-dom": "^0.8.0"
6161
},
6262
"engines": {
63-
"node": "6.* || 8.* || >= 10.*"
63+
"node": "10.* || >= 12"
6464
},
6565
"ember-addon": {
6666
"configPath": "tests/dummy/config"

0 commit comments

Comments
 (0)