Skip to content
Snippets Groups Projects
Commit 50bbf2bd authored by Tom Robinson's avatar Tom Robinson
Browse files

Try updating node version on circle to resolve failure

parent bce073d8
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@ machine:
oraclejdk8
python:
version: 2.7.3
node:
version: 4.4.3
dependencies:
override:
- sudo apt-get purge mongodb-org*
......
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment