You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2021/09/08 05:56:52 UTC

[cordova-plugin-screen-orientation] branch master updated: ci: add node-14.x to workflow (#76)

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-screen-orientation.git


The following commit(s) were added to refs/heads/master by this push:
     new c60dc80  ci: add node-14.x to workflow (#76)
c60dc80 is described below

commit c60dc80d7593f7cd2e1e0389c29b92042ebe1591
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Wed Sep 8 14:56:38 2021 +0900

    ci: add node-14.x to workflow (#76)
---
 .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 f0b5530..b86372d 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: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org