Use Node.js v4.2.2 in CircleCI

This commit is contained in:
Yuya Ochiai
2015-12-12 21:43:13 +09:00
parent 2a84f46b90
commit a2acb25fb8
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
machine:
node:
version: 4.2.2
dependencies:
post:
- sudo service docker start

View File

@@ -1,7 +1,7 @@
FROM suchja/wine:latest
MAINTAINER Yuya Ochiai <yuya0321@gmail.com>
ENV NODE_VERSION=v4.2.3
ENV NODE_VERSION=v4.2.2
ENV PATH=$HOME/.nodebrew/current/bin:$PATH
USER root