Skip to content

Commit

Permalink
Merge pull request #686 from JetBrains/ilgonmic/wasm-opcodes
Browse files Browse the repository at this point in the history
Ilgonmic/wasm opcodes
  • Loading branch information
woainikk authored Sep 21, 2023
2 parents 55c6713 + edda531 commit a3c82d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ plugins {

apply<NodeJsRootPlugin>()

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

allprojects {
repositories {
Expand Down

0 comments on commit a3c82d4

Please sign in to comment.