We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788677b commit b6546a0Copy full SHA for b6546a0
.travis.yml
@@ -17,7 +17,7 @@ node_js:
17
- <s "10.18"
18
- "11.15"
19
- "12.14"
20
- - "13.1"
+ - "13.6"
21
env:
22
global:
23
# Necessary to build Node.js 0.6 on Travis CI images
appveyor.yml
@@ -22,7 +22,7 @@ environment:
- nodejs_version: "10.18"
- nodejs_version: "11.15"
24
- nodejs_version: "12.14"
25
- - nodejs_version: "13.1"
+ - nodejs_version: "13.6"
26
27
services:
28
- mysql
0 commit comments