Skip to content

Commit

Permalink
fix(bluemix): Changes Node Version In Bluemix Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjbaxter committed Mar 13, 2016
1 parent 9d4249d commit c3d8da9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .bluemix/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ stages:
build_type: grunt
script: |-
#!/bin/bash
# Set Node version to 0.12
export PATH=/opt/IBM/node-v0.12/bin:$PATH
# Install RVM, Ruby, and SASS
# Needed when running grunt build
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"method-override": "~2.3.5",
"gulp-wiredep": "~0.0.0",
"mocha": "~2.4.5",
"mongoose": "~4.4.3",
"mongoose": "~4.4.3 <4.4.7",
"morgan": "~1.6.1",
"multer": "~1.1.0",
"nodemailer": "~2.1.0",
Expand Down

0 comments on commit c3d8da9

Please sign in to comment.