Skip to content

Commit

Permalink
CB-14069: Drop Node 4, Add Node 10 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored and dpogue committed Sep 11, 2018
1 parent d05ce7c commit 9708785
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ language: node_js
sudo: false
git:
depth: 10

node_js:
- "4"
- "6"
- "8"
- "10"

install:
- "npm install"

script:
- "npm test"
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"

install:
- ps: Install-Product node $env:nodejs_version
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"rewire": "^2.5.2"
},
"engines": {
"node": ">=4.0.0",
"npm": ">= 2.5.1"
"node": ">= 6",
"npm": ">= 3"
}
}

0 comments on commit 9708785

Please sign in to comment.