Skip to content

Commit

Permalink
21.0.0-v8-canary20231024d0ddc8125
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Feb 16, 2024
1 parent 4387c0d commit f494ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ plugins.withType<NodeJsRootPlugin> {
extensions.getByType<NodeJsRootExtension>().apply {
// WASM requires a canary Node.js version. This is the last v21 canary, and has both
// darwin-arm64 and darwin-x64 artifacts:
nodeVersion = "21.6.0-v8-canary20231024d0ddc81258"
nodeVersion = "21.0.0-v8-canary20231024d0ddc8125"
nodeDownloadBaseUrl = "https://nodejs.org/download/v8-canary"
}
}
Expand Down

0 comments on commit f494ebe

Please sign in to comment.