We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a922b commit 776d843Copy full SHA for 776d843
.travis.yml
@@ -15,7 +15,7 @@ node_js:
15
- "8.15"
16
- "9.11"
17
- "10.15"
18
- - "11.11"
+ - "11.14"
19
env:
20
global:
21
# Necessary to build Node.js 0.6 on Travis CI images
appveyor.yml
@@ -20,7 +20,7 @@ environment:
- nodejs_version: "8.15"
- nodejs_version: "9.11"
22
- nodejs_version: "10.15"
23
- - nodejs_version: "11.11"
+ - nodejs_version: "11.14"
24
25
services:
26
- mysql
0 commit comments