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 5d1295b commit f8a33adCopy full SHA for f8a33ad
.travis.yml
@@ -16,7 +16,7 @@ node_js:
16
- "9.11"
17
- <s "10.17"
18
- "11.15"
19
- - "12.10"
+ - "12.13"
20
env:
21
global:
22
# Necessary to build Node.js 0.6 on Travis CI images
appveyor.yml
@@ -21,7 +21,7 @@ environment:
- nodejs_version: "9.11"
- nodejs_version: "10.17"
23
- nodejs_version: "11.15"
24
- - nodejs_version: "12.10"
+ - nodejs_version: "12.13"
25
26
services:
27
- mysql
0 commit comments