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 7d7c89f commit bc88a8eCopy full SHA for bc88a8e
.appveyor.yml
@@ -15,6 +15,7 @@ environment:
15
matrix:
16
- nodejs_version: "10"
17
- nodejs_version: "12"
18
+ - nodejs_version: "14"
19
20
platform:
21
- x86
.travis.yml
@@ -17,7 +17,7 @@ env:
- ANDROID_BUILD_TOOLS_VERSION=29.0.3
language: node_js
-node_js: 12
+node_js: 14
22
# yaml anchor/alias: https://medium.com/@tommyvn/travis-yml-dry-with-anchors-8b6a3ac1b027
23
0 commit comments