Skip to content

Commit 4f41090

Browse files
committed
AMMEND
1 parent 7a89fe1 commit 4f41090

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

integration-testing/smokeTest/build.gradle

+5
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,9 @@ allprojects {
6969
}
7070
}
7171
}
72+
}
73+
74+
// Update node version to support latest wasm engine
75+
rootProject.extensions.findByType(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension.class).with {
76+
it.nodeVersion = "20.2.0"
7277
}

0 commit comments

Comments
 (0)