mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-13 09:54:10 +00:00
Update node & yarn versions (#650)
This commit is contained in:
parent
525a44184f
commit
447bbb23bc
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user