Skip to content

Commit

Permalink
Merge pull request ember-fastboot#105 from kiwiupover/drop-node-6-add…
Browse files Browse the repository at this point in the history
…-new-node-versions

Dropping test support for node 4 and 6 and adding node 8, 10, 12 and stable
  • Loading branch information
kratiahuja committed Jul 15, 2019
2 parents 7670f13 + acb519a commit a2e3b1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js
node_js:
- "stable"
- "6"
- "8"
- "12"
- "10"
- "8"

env:
- CXX=g++-4.8 WORKER_COUNT=2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "git+https://github.com/ember-fastboot/fastboot-app-server.git"
},
"engines": {
"node": "^4.5 || 6.* || >= 7.*"
"node": "8.* || 10.* || >= 12.*"
},
"keywords": [
"ember",
Expand Down

0 comments on commit a2e3b1c

Please sign in to comment.