We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0643e7c commit 4cd40a1Copy full SHA for 4cd40a1
.travis.yml
@@ -18,7 +18,7 @@ node_js:
18
- "11.15"
19
- <s "12.18"
20
- "13.14"
21
- - "14.4"
+ - "14.7"
22
env:
23
global:
24
# Necessary to build Node.js 0.6 on Travis CI images
appveyor.yml
@@ -23,7 +23,7 @@ environment:
- nodejs_version: "11.15"
- nodejs_version: "12.18"
25
- nodejs_version: "13.14"
26
- - nodejs_version: "14.4"
+ - nodejs_version: "14.7"
27
28
services:
29
- mysql
0 commit comments