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:
18
18
- " 11.15"
19
19
- <s "12.16"
20
20
- " 13.12"
21
+ - " 14.2"
21
22
env :
22
23
global :
23
24
# 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
4
4
to add your changes here when sending pull requests. Also send corrections if
5
5
you spot any mistakes.
6
6
7
+ ## HEAD
8
+
9
+ * Support Node.js 14.x
10
+
7
11
## v2.18.1 (2020-01-23)
8
12
9
13
* 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:
23
23
- nodejs_version : " 11.15"
24
24
- nodejs_version : " 12.16"
25
25
- nodejs_version : " 13.12"
26
+ - nodejs_version : " 14.2"
26
27
27
28
services :
28
29
- mysql
You can’t perform that action at this time.
0 commit comments