diff --git a/integration-testing/smokeTest/build.gradle b/integration-testing/smokeTest/build.gradle index 2463ffa64a..a0074f6527 100644 --- a/integration-testing/smokeTest/build.gradle +++ b/integration-testing/smokeTest/build.gradle @@ -69,4 +69,9 @@ allprojects { } } } +} + +// Update node version to support latest wasm engine +rootProject.extensions.findByType(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension.class).with { + it.nodeVersion = "20.2.0" } \ No newline at end of file