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/11/10 13:54:31 UTC

[cordova-cli] branch master updated: chore: drop node 6 and 8 support (#480)

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


The following commit(s) were added to refs/heads/master by this push:
     new 76bea17  chore: drop node 6 and 8 support (#480)
76bea17 is described below

commit 76bea170afae8dcfd6a9056e99629a0e505b91d0
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Sun Nov 10 22:54:25 2019 +0900

    chore: drop node 6 and 8 support (#480)
---
 .travis.yml  | 2 --
 appveyor.yml | 2 --
 package.json | 2 +-
 3 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a219381..b8e3a23 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,8 +8,6 @@ cache:
     - $HOME/.npm
 
 node_js:
-  - 6
-  - 8
   - 10
   - 12
 
diff --git a/appveyor.yml b/appveyor.yml
index bf13e43..bf6b0c1 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,8 +7,6 @@ cache:
 
 environment:
   matrix:
-    - nodejs_version: 6
-    - nodejs_version: 8
     - nodejs_version: 10
     - nodejs_version: 12
 
diff --git a/package.json b/package.json
index 4cf6a8b..21a9480 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
   "description": "Cordova command line interface tool",
   "main": "cordova",
   "engines": {
-    "node": ">=6.0.0"
+    "node": ">=10.0.0"
   },
   "bin": {
     "cordova": "./bin/cordova"


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