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 2019/04/03 15:08:11 UTC

[cordova-js] branch master updated: Drop build/test support for Node.js 6 (#190)

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-js.git


The following commit(s) were added to refs/heads/master by this push:
     new 76fd9d8  Drop build/test support for Node.js 6 (#190)
76fd9d8 is described below

commit 76fd9d845c3f374af98e0e4ba86d85e5bca2b497
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Wed Apr 3 17:08:05 2019 +0200

    Drop build/test support for Node.js 6 (#190)
    
    Some npm packages, including some of our build/test dependencies have
    begun dropping support for Node.js 6 in their latest versions. To
    facilitate dependency updates, we remove support for Node.js 6 here.
    
    This package is usually not built and tested on our user's machines,
    but is instead bundled with the platforms by us. Thus, this change
    should not be considered a breaking change.
---
 .travis.yml  | 1 -
 appveyor.yml | 1 -
 package.json | 2 +-
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index cad87e2..9e90abb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@ git:
   depth: 10
 
 node_js:
-  - "6"
   - "8"
   - "10"
 
diff --git a/appveyor.yml b/appveyor.yml
index d3ba955..1b58170 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,7 +2,6 @@
 # http://www.appveyor.com/docs/appveyor-yml
 environment:
   matrix:
-  - nodejs_version: "6"
   - nodejs_version: "8"
   - nodejs_version: "10"
 
diff --git a/package.json b/package.json
index cac487a..abe1041 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
   "name": "cordova-js",
   "description": "Cordova JavaScript: a unified JavaScript layer for the Cordova suite of projects enabling cross-platform native mobile development of applications using HTML, CSS and JavaScript.",
   "engines": {
-    "node": ">=6.0.0"
+    "node": ">=8.0.0"
   },
   "version": "5.0.1-dev",
   "homepage": "http://cordova.apache.org",


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