Skip to content

Commit

Permalink
chore(travis): use node 11.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evenchange4 committed Jan 26, 2019
1 parent 3640743 commit d3fa015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- '11.7.0'
- '11.8.0'

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const query = {
### Requirements
- node >= 11.7.0
- node >= 11.8.0
- yarn >= 1.13.0
```sh
Expand Down

0 comments on commit d3fa015

Please sign in to comment.