diff --git a/build.gradle.kts b/build.gradle.kts index da7d2553206..314bc758f8c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -972,7 +972,7 @@ val cacheRedirectorEnabled = findProperty("cacheRedirectorEnabled")?.toString()? plugins.withType(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin::class) { extensions.configure(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension::class.java) { // Node.js with canary v8 that supports recent Wasm GC changes - nodeVersion = "21.0.0-v8-canary202309167e82ab1fa2" + nodeVersion = "21.0.0-v8-canary20231019bd785be450" nodeDownloadBaseUrl = if (cacheRedirectorEnabled) "https://cache-redirector.jetbrains.com/nodejs.org/download/v8-canary" else diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 04a4919f682..6ff7650e5f2 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -4530,22 +4530,22 @@ - - - - + + + + - - - + + + - - - + + + - - - + + + 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 ca04a230a6b..36f9b4ad867 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 @@ -9,7 +9,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-canary202309167e82ab1fa2" + nodeVersion = "21.0.0-v8-canary20231019bd785be450" nodeDownloadBaseUrl = "https://nodejs.org/download/v8-canary" } diff --git a/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/new-mpp-wasm-wasi-test/build.gradle.kts b/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/new-mpp-wasm-wasi-test/build.gradle.kts index 850397be459..432e2c4f58f 100644 --- a/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/new-mpp-wasm-wasi-test/build.gradle.kts +++ b/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/new-mpp-wasm-wasi-test/build.gradle.kts @@ -4,7 +4,7 @@ plugins { with(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin.apply(rootProject)) { // canary nodejs that supports recent Wasm GC changes - nodeVersion = "21.0.0-v8-canary202309167e82ab1fa2" + nodeVersion = "21.0.0-v8-canary20231019bd785be450" nodeDownloadBaseUrl = "https://nodejs.org/download/v8-canary" }