From a3667f4c80eb4eeb398c7f793c31c61a02fb90d0 Mon Sep 17 00:00:00 2001 From: Il Harper Date: Thu, 14 Dec 2023 22:18:36 +0800 Subject: [PATCH] chore: downgrade node to `v20.3.1` --- config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ts b/config.ts index 88c0250..35d2ff9 100644 --- a/config.ts +++ b/config.ts @@ -20,7 +20,7 @@ export const sourceGitHub = 'https://github.com' // Remember to test all tasks before upgrading // versions. -export const versionNode = '20.9.0' +export const versionNode = '20.3.1' export const versionYarn = '4.0.1' export const versionWebView2 = '1.0.1343.22'