This is an automated email from the ASF dual-hosted git repository.
normanbreau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-file.git
The following commit(s) were added to refs/heads/master by this push:
new 5274cab ci: Node14 (#459)
5274cab is described below
commit 5274cab39e3f96a8682a74ba28663f32611501c8
Author: Norman Breau <[email protected]>
AuthorDate: Tue Feb 16 14:45:54 2021 -0400
ci: Node14 (#459)
* tests: Add Node14 to the test matrix
---
.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 48e5215..9bc6abd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ env:
- ANDROID_BUILD_TOOLS_VERSION=29.0.3
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]