Skip to content

Commit

Permalink
CB-14073 browser: Drop Node 4, Added Node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored and dpogue committed Sep 11, 2018
1 parent 8847dd8 commit ffdc001
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
language: node_js
sudo: false

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

install:
- npm install

script:
- node --version
- npm --version
- npm test

2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
],
"license": "Apache-2.0",
"engines": {
"node": ">=4.0.0"
"node": ">=6.0.0"
},
"engineStrict": true
}

0 comments on commit ffdc001

Please sign in to comment.