You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/01/06 03:10:11 UTC

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

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

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


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

commit e26142f43b9ab5ab74b2eab8c65c71fb7a68a9e6
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Mon Jan 6 12:10:03 2020 +0900

    chore: drop node 6 and 8 support (#832)
---
 .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 0fb2354..543dc5f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,8 +11,6 @@ env:
     - ANDROID_BUILD_TOOLS_VERSION=28.0.3
     - TERM=dumb # Keep gradle from crapping all over the log
   matrix:
-    - nodejs_version=6
-    - nodejs_version=8
     - nodejs_version=10
     - nodejs_version=12
 
diff --git a/appveyor.yml b/appveyor.yml
index f7eed5b..aaaf1d8 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -8,8 +8,6 @@ environment:
     SDK_TOOLS_URL: https://dl.google.com/android/repository/sdk-tools-windows-4333796.zip
 
     matrix:
-        - nodejs_version: 6
-        - nodejs_version: 8
         - nodejs_version: 10
         - nodejs_version: 12
 
diff --git a/package.json b/package.json
index 75d3406..d151343 100644
--- a/package.json
+++ b/package.json
@@ -51,7 +51,7 @@
     "rewire": "^4.0.1"
   },
   "engines": {
-    "node": ">=6.0.0"
+    "node": ">=10.0.0"
   },
   "engineStrict": true,
   "nyc": {


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