We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13abf50 commit 022d66aCopy full SHA for 022d66a
.travis.yml
@@ -16,7 +16,7 @@ node_js:
16
- "9.11"
17
- "10.16"
18
- "11.15"
19
- - "12.0"
+ - "12.10"
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.16"
23
- nodejs_version: "11.15"
24
- - nodejs_version: "12.0"
+ - nodejs_version: "12.10"
25
26
services:
27
- mysql
0 commit comments