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/25 12:54:51 UTC

[cordova-coho] branch master updated: chore: prepare next major of coho (#258)

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


The following commit(s) were added to refs/heads/master by this push:
     new 665e13a  chore: prepare next major of coho (#258)
665e13a is described below

commit 665e13ae9a2e8542d6d6edbd3179c4537c29135f
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Mon Nov 25 13:54:42 2019 +0100

    chore: prepare next major of coho (#258)
    
    * chore: bump version to 2.0.0-dev
    
    * ci: drop testing on Node.js <= 10
    
    * chore: require Node.js >= 10
---
 .travis.yml  | 6 ++----
 appveyor.yml | 2 --
 package.json | 4 ++--
 3 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7fa7de6..1df847e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,11 @@
 language: node_js
 sudo: false
 
-node_js: 
-    - 6
-    - 8
+node_js:
     - 10
     - 12
 
-install: 
+install:
     - npm install
 
 script:
diff --git a/appveyor.yml b/appveyor.yml
index 4752c73..dc43cac 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,8 +3,6 @@
 
 environment:
   matrix:
-  - nodejs_version: 6
-  - nodejs_version: 8
   - nodejs_version: 10
   - nodejs_version: 12
 
diff --git a/package.json b/package.json
index 0de3a7c..b997ad2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-coho",
-  "version": "1.0.2-dev",
+  "version": "2.0.0-dev",
   "description": "Apache Cordova release tool",
   "main": "./coho",
   "bin": {
@@ -64,7 +64,7 @@
     "Brian LeRoux"
   ],
   "engines": {
-    "node": ">=4"
+    "node": ">=10"
   },
   "license": "Apache-2.0"
 }


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