This is an automated email from the ASF dual-hosted git repository.
erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-dialogs.git
The following commit(s) were added to refs/heads/master by this push:
new b0d3b78 ci: add node-14.x to workflow (#149)
b0d3b78 is described below
commit b0d3b7869f58f9debe0d4a1e29a3ab570f9a312e
Author: エリス <[email protected]>
AuthorDate: Sat Nov 28 18:20:48 2020 +0900
ci: add node-14.x to workflow (#149)
---
.appveyor.yml | 1 +
.travis.yml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.appveyor.yml b/.appveyor.yml
index 6a3c939..ccb9fed 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -15,6 +15,7 @@ environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "12"
+ - nodejs_version: "14"
platform:
- x86
diff --git a/.travis.yml b/.travis.yml
index 7405dc1..9bbc30e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ env:
- ANDROID_BUILD_TOOLS_VERSION=29.0.2
language: node_js
-node_js: 12
+node_js: 14
# yaml anchor/alias:
https://medium.com/@tommyvn/travis-yml-dry-with-anchors-8b6a3ac1b027
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]