[Build, JS] Remove redundant setting nodeVersion to 16.13.0
Node.js support already use 16.13.0. Probably it's useful to use default version for dogfooding propose, Likely it's cover small cases, but at least could help to catch some platform dependent issues. If we need some specific (likely newer) version of node somewhere in the project it's better to specify it for specific parts and consider updating version of node inside gradle support and revert a change.
This commit is contained in:
@@ -1024,7 +1024,6 @@ 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.13.0"
|
||||
npmInstallTaskProvider?.configure {
|
||||
args += listOf("--network-concurrency", "1", "--mutex", "network")
|
||||
} ?: error("kotlinNpmInstall task should exist inside NodeJsRootExtension")
|
||||
|
||||
Reference in New Issue
Block a user