Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #34 from GetStream/node-10
Browse files Browse the repository at this point in the history
Bump engines to node 10
  • Loading branch information
ruggi committed Aug 6, 2018
2 parents 14ca95f + 376b80d commit 5307ff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_js:
- "8"
- "7"
- "6"
- "10"
env:
- MONGOOSE_VERSION=4.11.8 STREAM_URL='https://key:secret@us-east.getstream.io/?app_id=42'
matrix:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"postversion": "git push && git push --tags"
},
"engines": {
"node": ">=0.11 <=8.4"
"node": ">=0.11 <=10.7"
},
"homepage": "http://getstream.io"
}

0 comments on commit 5307ff2

Please sign in to comment.