[Build] Update NodeJs to 16.2.0
This commit is contained in:
committed by
teamcityserver
parent
021d053cfe
commit
54c914e3fd
@@ -1232,3 +1232,9 @@ if (disableVerificationTasks) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
plugins.withType(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin::class) {
|
||||
extensions.configure(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension::class.java) {
|
||||
nodeVersion = "16.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user