You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/06/20 19:15:28 UTC

[GitHub] brodybits closed pull request #157: Start 4.2.4 dev & fix CI for Node.js 4

brodybits closed pull request #157: Start 4.2.4 dev & fix CI for Node.js 4
URL: https://github.com/apache/cordova-js/pull/157
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/appveyor.yml b/appveyor.yml
index f44dffe4..1cfae870 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,7 +9,7 @@ environment:
 install:
   - ps: Install-Product node $env:nodejs_version
 
-  - npm -g install npm
+  - npm -g install npm@5 # QUICK FIX for Node.js 4.x
   - set PATH=%APPDATA%\npm;%PATH%
 
   - cd ..
diff --git a/package.json b/package.json
index 9ba1f562..3e486fb8 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
   "engines": {
     "node": ">=4.0.0"
   },
-  "version": "4.2.3",
+  "version": "4.2.4-dev",
   "homepage": "http://cordova.apache.org",
   "repository": {
     "type": "git",


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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