You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/07/01 14:24:21 UTC

[cordova-paramedic] branch master updated: ci: node 12 (#174)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f233020  ci: node 12 (#174)
f233020 is described below

commit f233020b79369a67e105ff87c39f3473728c78ad
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Mon Jul 1 16:24:16 2019 +0200

    ci: node 12 (#174)
    
    * node 12
    
    * 1.0.0 because breaking change
---
 .travis.yml  | 4 ++--
 package.json | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 53d0087..5ddd596 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,12 +8,12 @@ addons:
 env:
   global:
     - SAUCE_USERNAME=snay
-    - TRAVIS_NODE_VERSION=8
+    - TRAVIS_NODE_VERSION=12
     - ANDROID_API_LEVEL=28
     - ANDROID_BUILD_TOOLS_VERSION=28.0.3
 
 language: node_js
-node_js: 8
+node_js: 12
 
 # yaml anchor/alias: https://medium.com/@tommyvn/travis-yml-dry-with-anchors-8b6a3ac1b027
 
diff --git a/package.json b/package.json
index bd615b1..3b56adf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-paramedic",
-  "version": "0.6.0-dev",
+  "version": "1.0.0-dev",
   "license": "Apache-2.0",
   "description": "Use medic to test a cordova plugin locally",
   "main": "paramedic.js",


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