Skip to content

Commit

Permalink
Pinning to 7.6 until upstream issues resolved, see #357
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattjoh committed Mar 1, 2017
1 parent 4b39587 commit af8c926
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:7
FROM node:7.6

# Install yarn
RUN npm install -g yarn
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
machine:
node:
version: 7
version: 7.6
services:
- docker
- redis
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@
"webpack": "^2.2.1"
},
"engines": {
"node": ">=7.0.0"
"node": "~7.6.0"
}
}

0 comments on commit af8c926

Please sign in to comment.