[Gradle, JS] Actualize Node and Yarn versions
#KT-37762 fixed
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ open class NodeJsRootExtension(val rootProject: Project) : ConfigurationPhaseAwa
|
||||
var download by Property(true)
|
||||
|
||||
var nodeDownloadBaseUrl by Property("https://nodejs.org/dist")
|
||||
var nodeVersion by Property("12.14.0")
|
||||
var nodeVersion by Property("12.16.1")
|
||||
|
||||
var nodeCommand by Property("node")
|
||||
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ open class YarnRootExtension(val project: Project) : ConfigurationPhaseAware<Yar
|
||||
var installationDir by Property(gradleHome.resolve("yarn"))
|
||||
|
||||
var downloadBaseUrl by Property("https://github.com/yarnpkg/yarn/releases/download")
|
||||
var version by Property("1.21.1")
|
||||
var version by Property("1.22.4")
|
||||
|
||||
val yarnSetupTask: YarnSetupTask
|
||||
get() = project.tasks.getByName(YarnSetupTask.NAME) as YarnSetupTask
|
||||
|
||||
Reference in New Issue
Block a user