File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ node_js:
1818 - " 11.15"
1919 - <s "12.16"
2020 - " 13.12"
21+ - " 14.2"
2122env :
2223 global :
2324 # Necessary to build Node.js 0.6 on Travis CI images
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ This file is a manually maintained list of changes for each release. Feel free
44to add your changes here when sending pull requests. Also send corrections if
55you 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
Original file line number Diff line number Diff 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
2728services :
2829 - mysql
You can’t perform that action at this time.
0 commit comments