Update node & yarn versions (#650)

This commit is contained in:
Mars Lan 2017-08-08 17:37:33 -07:00 committed by GitHub
parent 525a44184f
commit 447bbb23bc

View File

@ -2,10 +2,10 @@ apply plugin: "com.moowork.node"
node { node {
// Version of node to use. // Version of node to use.
version = '7.8.0' version = '7.10.1'
// Version of yarn to use. // Version of yarn to use.
yarnVersion = '0.21.3' yarnVersion = '0.27.5'
// Base URL for fetching node distributions (change if you have a mirror). // Base URL for fetching node distributions (change if you have a mirror).
distBaseUrl = 'https://nodejs.org/dist' distBaseUrl = 'https://nodejs.org/dist'