Skip to content

Commit 861c3a3

Browse files
ilgonmicwoainikk
authored andcommitted
Use canary version of nodejs for new wasm opcodes in test
1 parent d698041 commit 861c3a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ plugins {
7373

7474
apply<NodeJsRootPlugin>()
7575

76-
the<NodeJsRootExtension>().nodeVersion = "20.2.0"
76+
// for new Wasm opcodes
77+
the<NodeJsRootExtension>().nodeVersion = "21.0.0-v8-canary202309167e82ab1fa2"
78+
the<NodeJsRootExtension>().nodeDownloadBaseUrl = "https://nodejs.org/download/v8-canary"
7779

7880
allprojects {
7981
repositories {

0 commit comments

Comments
 (0)