Skip to content

Commit

Permalink
Upgrade node and npm versions in package.json
Browse files Browse the repository at this point in the history
The versions of node and npm are old and may be the cause of the CCI
build failure as per sass/node-sass#2100.
  • Loading branch information
donnapep committed Nov 28, 2017
1 parent 593c661 commit 26e80ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"orchestrator": "^0.3.7"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.0"
"node": "6.11.5",
"npm": "3.10.10"
}
}

0 comments on commit 26e80ec

Please sign in to comment.