Skip to content

Commit

Permalink
Attempt to resolve window machine failure
Browse files Browse the repository at this point in the history
  • Loading branch information
findjigar committed Jan 30, 2024
1 parent 5092868 commit 2999c59
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions convention-plugins/src/main/kotlin/wasm-setup.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ kotlin {
}
}

rootProject.the<NodeJsRootExtension>().apply {
nodeVersion = "21.0.0-v8-canary202309143a48826a08"
nodeDownloadBaseUrl = "https://nodejs.org/download/v8-canary"
if (project.findProperty("enableWasm") == "true") {
rootProject.the<NodeJsRootExtension>().apply {
nodeVersion = "21.0.0-v8-canary202309143a48826a08"
nodeDownloadBaseUrl = "https://nodejs.org/download/v8-canary"
}
}

0 comments on commit 2999c59

Please sign in to comment.