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 2019/11/06 06:51:08 UTC

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

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


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

commit 7ceeeb4ddf0930343588c77c09561a6b4aa89b4b
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Wed Nov 6 15:51:01 2019 +0900

    chore: drop node 6 and 8 support (#90)
---
 .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 2361f5d..af50820 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,8 +5,6 @@ git:
   depth: 10
 
 node_js:
-  - 6
-  - 8
   - 10
   - 12
 
diff --git a/appveyor.yml b/appveyor.yml
index 5267502..d48ddc8 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -5,8 +5,6 @@ shallow_clone: true
 
 environment:
   matrix:
-  - nodejs_version: 6
-  - nodejs_version: 8
   - nodejs_version: 10
   - nodejs_version: 12
 
diff --git a/package.json b/package.json
index 783acfc..b1e0d1f 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,7 @@
   },
   "main": "cordova-common.js",
   "engines": {
-    "node": ">=6.0.0"
+    "node": ">=10.0.0"
   },
   "scripts": {
     "test": "npm run eslint && npm run jasmine",


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