From edda5314201fcbf816302b166bc42b5edd72fdb0 Mon Sep 17 00:00:00 2001 From: Ilya Goncharov Date: Thu, 21 Sep 2023 13:06:13 +0200 Subject: [PATCH] Use canary version of nodejs for new wasm opcodes in test --- build.gradle.kts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {