Skip to content

Commit d2d1abe

Browse files
committed
Support Node.js 14.x
1 parent cf4b8a6 commit d2d1abe

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ node_js:
1818
- "11.15"
1919
- &lts "12.16"
2020
- "13.12"
21+
- "14.2"
2122
env:
2223
global:
2324
# Necessary to build Node.js 0.6 on Travis CI images

Changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This file is a manually maintained list of changes for each release. Feel free
44
to add your changes here when sending pull requests. Also send corrections if
55
you spot any mistakes.
66

7+
## HEAD
8+
9+
* Support Node.js 14.x
10+
711
## v2.18.1 (2020-01-23)
812

913
* Fix Amazon RDS profile for yaSSL MySQL servers with 2019 CA #2292

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ environment:
2323
- nodejs_version: "11.15"
2424
- nodejs_version: "12.16"
2525
- nodejs_version: "13.12"
26+
- nodejs_version: "14.2"
2627

2728
services:
2829
- mysql

0 commit comments

Comments
 (0)