We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283425b commit e24f1e1Copy full SHA for e24f1e1
.travis.yml
@@ -17,7 +17,7 @@ node_js:
17
- "10.19"
18
- "11.15"
19
- <s "12.14"
20
- - "13.6"
+ - "13.12"
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.19"
- nodejs_version: "11.15"
24
- nodejs_version: "12.14"
25
- - nodejs_version: "13.6"
+ - nodejs_version: "13.12"
26
27
services:
28
- mysql
0 commit comments