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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7e40c45  Update node versions for CI and drop support for node 4 (#12)
7e40c45 is described below

commit 7e40c4558ad8ff018a6f8c272a2cbd5e7715691b
Author: Raphael von der GrĂ¼n <raphine...@gmail.com>
AuthorDate: Fri May 11 04:28:26 2018 +0200

    Update node versions for CI and drop support for node 4 (#12)
---
 .travis.yml  | 4 ++--
 appveyor.yml | 2 +-
 package.json | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ba2f18e..7288544 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,10 @@
 language: node_js
 sudo: false
 node_js:
-  - "4"
   - "6"
   - "8"
-install: 
+  - "10"
+install:
     - npm install
 script:
     - npm test
diff --git a/appveyor.yml b/appveyor.yml
index e3ddd70..f34dfbd 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 e359252..f89a74b 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
     "email": "d...@cordova.apache.org"
   },
   "engines": {
-    "node": ">=0.9.9"
+    "node": ">=6"
   },
   "engineStrict": true,
   "dependencies": {

-- 
To stop receiving notification emails like this one, please contact
shaz...@apache.org.

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

Reply via email to