Revert "[Wasm] Use Node.js with "canary" v8 (11.7.310.0) in tests"
This reverts commit 0bdee00ca2.
#KT-60835
This commit is contained in:
committed by
Space Team
parent
3a3b30aef4
commit
c136d0fb5b
+1
-3
@@ -8,9 +8,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
with(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin.apply(rootProject)) {
|
with(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin.apply(rootProject)) {
|
||||||
// canary nodejs that supports recent Wasm GC changes
|
nodeVersion = "20.2.0"
|
||||||
nodeVersion = "21.0.0-v8-canary202307189734ce28be"
|
|
||||||
nodeDownloadBaseUrl = "https://nodejs.org/download/v8-canary"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
with(org.jetbrains.kotlin.gradle.targets.js.d8.D8RootPlugin.apply(rootProject)) {
|
with(org.jetbrains.kotlin.gradle.targets.js.d8.D8RootPlugin.apply(rootProject)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user