Skip to content

Commit

Permalink
Try updating node version on circle to resolve failure
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrobinson committed Apr 20, 2016
1 parent bce073d commit 50bbf2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ machine:
oraclejdk8
python:
version: 2.7.3
node:
version: 4.4.3
dependencies:
override:
- sudo apt-get purge mongodb-org*
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repository": "https://github.com/metabase/metabase",
"license": "private",
"engines": {
"node": "4.2.2",
"npm": "2.14.7"
"node": "4.4.3",
"npm": "2.15.1"
},
"dependencies": {
"ace-builds": "^1.2.2",
Expand Down

0 comments on commit 50bbf2b

Please sign in to comment.