Skip to content

Commit 2d5a62c

Browse files
authored
bump node version to 12 (#212)
1 parent ed20988 commit 2d5a62c

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+
- "12"
77

88
sudo: false
99
dist: trusty

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"typescript": "^3.5.3"
6464
},
6565
"engines": {
66-
"node": "6.* || 8.* || >= 10.*"
66+
"node": ">= 12.*"
6767
},
6868
"ember-addon": {
6969
"configPath": "tests/dummy/config"

0 commit comments

Comments
 (0)