You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2021/06/08 10:07:36 UTC

[cordova-lib] branch master updated: ci: add node-14.x to workflow (#862)

This is an automated email from the ASF dual-hosted git repository.

raphinesse pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-lib.git


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

commit ec67ccb17eb5a7eebe21b82d8c829d4b7096cc1f
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Tue Jun 8 19:07:29 2021 +0900

    ci: add node-14.x to workflow (#862)
---
 .travis.yml  | 1 +
 appveyor.yml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index e8c15df..4a60364 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ git:
 node_js:
   - 10
   - 12
+  - 14
 
 install:
   - npm install
diff --git a/appveyor.yml b/appveyor.yml
index 6a33058..8f2ab91 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,6 +7,7 @@ environment:
   matrix:
   - nodejs_version: 10
   - nodejs_version: 12
+  - nodejs_version: 14
 
 install:
   - ps: Install-Product node $env:nodejs_version

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org