From f494ebe795c77d3d5ef0fbad2cd0b4698c4aa374 Mon Sep 17 00:00:00 2001 From: hoc081098 Date: Fri, 16 Feb 2024 21:13:40 +0700 Subject: [PATCH] 21.0.0-v8-canary20231024d0ddc8125 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 36186a2c..752c2ce8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -58,7 +58,7 @@ plugins.withType { extensions.getByType().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" } }