Merge pull request #358 from coralproject/version-pin

Pinning to 7.6 until upstream issues resolved
This commit is contained in:
Wyatt Johnson
2017-03-01 11:43:30 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:7
FROM node:7.6
# Install yarn
RUN npm install -g yarn
+1 -1
View File
@@ -1,6 +1,6 @@
machine:
node:
version: 7
version: 7.6
services:
- docker
- redis
+1 -1
View File
@@ -165,6 +165,6 @@
"webpack": "^2.2.1"
},
"engines": {
"node": ">=7.0.0"
"node": "~7.6.0"
}
}