Skip to content

Commit b4ab8d6

Browse files
committed
AMMEND
1 parent 91846bf commit b4ab8d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

integration-testing/smokeTest/build.gradle

Lines changed: 5 additions & 0 deletions
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)