switch to node version 12.4.0

This commit is contained in:
Volker Berlin 2019-07-06 21:45:32 +02:00
parent e53af239ce
commit 0a789fd40e

View File

@ -74,7 +74,7 @@ artifacts {
}
node {
version = '11.10.1'
version = '12.4.0'
// version = '+'
download = true
}