You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by dp...@apache.org on 2018/09/11 14:06:44 UTC

[cordova-serve] branch master updated: CB-14069: Drop Node 4, Add Node 10 Support

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9708785  CB-14069: Drop Node 4, Add Node 10 Support
9708785 is described below

commit 970878550aac5169ad22a363f41137847a459da3
Author: エリス <el...@gmail.com>
AuthorDate: Tue Sep 11 17:22:59 2018 +0900

    CB-14069: Drop Node 4, Add Node 10 Support
---
 .travis.yml  | 5 ++++-
 appveyor.yml | 2 +-
 package.json | 4 ++--
 3 files changed, 7 insertions(+), 4 deletions(-)

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"
   }
 }


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