File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
integration-testing/smokeTest Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -376,7 +376,9 @@ if (CacheRedirector.enabled) {
376
376
}
377
377
}
378
378
379
- // Update node version to support latest wasm engine
379
+ // Drop this configuration when the Node.JS version in KGP is at least 20.2.0
380
+ // check it here:
381
+ // https://github.com/JetBrains/kotlin/blob/master/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/js/nodejs/NodeJsRootExtension.kt
380
382
extensions. findByType(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension . class). with {
381
383
it. nodeVersion = " 20.2.0"
382
384
}
Original file line number Diff line number Diff line change @@ -60,7 +60,9 @@ kotlin {
60
60
}
61
61
}
62
62
63
- // Update node version to support latest wasm engine
63
+ // Drop this configuration when the Node.JS version in KGP is at least 20.2.0
64
+ // check it here:
65
+ // https://github.com/JetBrains/kotlin/blob/master/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/js/nodejs/NodeJsRootExtension.kt
64
66
rootProject. extensions. findByType(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension . class). with {
65
67
it. nodeVersion = " 20.2.0"
66
68
}
You can’t perform that action at this time.
0 commit comments