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/15 08:36:25 UTC

[cordova-electron] 01/03: chore: drop node 6 and 8 support (#69)

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

commit 3bd22ad9d925ddf9936ea6f7519585dcbf5497af
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Fri Sep 13 10:54:41 2019 +0900

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

diff --git a/.travis.yml b/.travis.yml
index 5163e1f..2948c2b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,8 +24,6 @@ os:
   - windows
 
 node_js:
-  - 6
-  - 8
   - 10
   - 12
 
diff --git a/package.json b/package.json
index ae8a38d..ac9ed8f 100644
--- a/package.json
+++ b/package.json
@@ -56,7 +56,7 @@
   ],
   "license": "Apache-2.0",
   "engines": {
-    "node": ">=6.0.0"
+    "node": ">=10.0.0"
   },
   "nyc": {
     "include": [


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