From 84a54ff58641359843a73eaa5971fb8cf3c12fdc Mon Sep 17 00:00:00 2001 From: idanran <96647698+idanran@users.noreply.github.com> Date: Wed, 27 Mar 2024 19:07:03 +0800 Subject: [PATCH] Update config.ts --- config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ts b/config.ts index 6b10bce..e7b1aca 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.3.1' +export const versionNode = '20.12.0' export const versionYarn = '4.0.1' export const versionWebView2 = '1.0.1343.22'