From 9cca2ba7ad48a552d6511aa008922f5087ac72be Mon Sep 17 00:00:00 2001 From: alexander-akait Date: Thu, 19 Mar 2026 02:14:58 +0300 Subject: [PATCH] chore: fix babel version --- babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index 471d337eb..700d9fd7a 100644 --- a/babel.config.js +++ b/babel.config.js @@ -10,7 +10,7 @@ module.exports = (api) => { "@babel/preset-env", { targets: { - node: "14.15.0", + node: "20.9.0", }, }, ],