From c136d0fb5b04fdb77b4d29fd5c6c9cbf7fd68c86 Mon Sep 17 00:00:00 2001 From: Zalim Bashorov Date: Mon, 31 Jul 2023 16:37:34 +0200 Subject: [PATCH] Revert "[Wasm] Use Node.js with "canary" v8 (11.7.310.0) in tests" This reverts commit 0bdee00ca299c7bdb2ec0deb0a6afe7ba2a3af54. #KT-60835 --- .../resources/testProject/new-mpp-wasm-test/build.gradle.kts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/new-mpp-wasm-test/build.gradle.kts b/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/new-mpp-wasm-test/build.gradle.kts index 05794cbcbae..88ad74e8da5 100644 --- a/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/new-mpp-wasm-test/build.gradle.kts +++ b/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/new-mpp-wasm-test/build.gradle.kts @@ -8,9 +8,7 @@ repositories { } with(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin.apply(rootProject)) { - // canary nodejs that supports recent Wasm GC changes - nodeVersion = "21.0.0-v8-canary202307189734ce28be" - nodeDownloadBaseUrl = "https://nodejs.org/download/v8-canary" + nodeVersion = "20.2.0" } with(org.jetbrains.kotlin.gradle.targets.js.d8.D8RootPlugin.apply(rootProject)) {