[ 
https://issues.apache.org/jira/browse/CB-14071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16610644#comment-16610644
 ] 

ASF GitHub Bot commented on CB-14071:
-------------------------------------

dpogue closed pull request #168: CB-14071: Drop Node 4 Support
URL: https://github.com/apache/cordova-js/pull/168
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.travis.yml b/.travis.yml
index c42cb96b..6dee84f3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@ git:
   depth: 10
 
 node_js:
-  - "4"
   - "6"
   - "8"
   - "10"
diff --git a/appveyor.yml b/appveyor.yml
index ba492617..a6f74dee 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,7 +2,6 @@
 # http://www.appveyor.com/docs/appveyor-yml
 environment:
   matrix:
-  - nodejs_version: "4"
   - nodejs_version: "6"
   - nodejs_version: "8"
   - nodejs_version: "10"
diff --git a/package.json b/package.json
index 00edd5b4..41d1e77e 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": ">=4.0.0"
+    "node": ">=6.0.0"
   },
   "version": "4.2.5-dev",
   "homepage": "http://cordova.apache.org";,


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Remove Node 4 from CI - cordova-js
> ----------------------------------
>
>                 Key: CB-14071
>                 URL: https://issues.apache.org/jira/browse/CB-14071
>             Project: Apache Cordova
>          Issue Type: Sub-task
>          Components: cordova-js
>            Reporter: Darryl Pogue
>            Assignee: Bryan Ellis
>            Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to