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

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

dpogue closed pull request #12: CB-14069: Drop Node 4, Add Node 10 Support
URL: https://github.com/apache/cordova-serve/pull/12
 
 
   

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 53f19a8..347cec9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,11 +2,14 @@ language: node_js
 sudo: false
 git:
   depth: 10
+
 node_js:
-  - "4"
   - "6"
   - "8"
+  - "10"
+
 install:
   - "npm install"
+
 script:
   - "npm test"
diff --git a/appveyor.yml b/appveyor.yml
index ffe5194..31fb26c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,9 +3,9 @@
 
 environment:
   matrix:
-  - nodejs_version: "4"
   - nodejs_version: "6"
   - nodejs_version: "8"
+  - nodejs_version: "10"
   
 install:
   - ps: Install-Product node $env:nodejs_version
diff --git a/package.json b/package.json
index 62bdc57..6034e33 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
     "rewire": "^2.5.2"
   },
   "engines": {
-    "node": ">=4.0.0",
-    "npm": ">= 2.5.1"
+    "node": ">= 6",
+    "npm": ">= 3"
   }
 }


 

----------------------------------------------------------------
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-serve
> -------------------------------------
>
>                 Key: CB-14069
>                 URL: https://issues.apache.org/jira/browse/CB-14069
>             Project: Apache Cordova
>          Issue Type: Sub-task
>          Components: cordova-serve
>            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