diff --git a/build.gradle.kts b/build.gradle.kts index 9d7d7182e..aaf129806 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -73,7 +73,9 @@ plugins { apply() -the().nodeVersion = "20.2.0" +// for new Wasm opcodes +the().nodeVersion = "21.0.0-v8-canary202309167e82ab1fa2" +the().nodeDownloadBaseUrl = "https://nodejs.org/download/v8-canary" allprojects { repositories {