Skip to content

Commit a2e3b1c

Browse files
authored
Merge pull request #105 from kiwiupover/drop-node-6-add-new-node-versions
Dropping test support for node 4 and 6 and adding node 8, 10, 12 and stable
2 parents 7670f13 + acb519a commit a2e3b1c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: node_js
22
node_js:
33
- "stable"
4-
- "6"
5-
- "8"
4+
- "12"
65
- "10"
6+
- "8"
77

88
env:
99
- CXX=g++-4.8 WORKER_COUNT=2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "git+https://github.com/ember-fastboot/fastboot-app-server.git"
1212
},
1313
"engines": {
14-
"node": "^4.5 || 6.* || >= 7.*"
14+
"node": "8.* || 10.* || >= 12.*"
1515
},
1616
"keywords": [
1717
"ember",

0 commit comments

Comments
 (0)