Skip to content

Commit

Permalink
Support Node.js 13.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Nov 12, 2019
1 parent f8a33ad commit e81cdc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ node_js:
- &lts "10.17"
- "11.15"
- "12.13"
- "13.1"
env:
global:
# Necessary to build Node.js 0.6 on Travis CI images
Expand Down
1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ you spot any mistakes.
## HEAD

* Support Node.js 12.x #2211
* Support Node.js 13.x
* Update `bignumber.js` to 9.0.0

## v2.17.1 (2019-04-18)
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ environment:
- nodejs_version: "10.17"
- nodejs_version: "11.15"
- nodejs_version: "12.13"
- nodejs_version: "13.1"

services:
- mysql
Expand Down

0 comments on commit e81cdc7

Please sign in to comment.