From 25c2d51ab1bb3383ed12e83dca536646949c95c7 Mon Sep 17 00:00:00 2001 From: shfshanyue Date: Tue, 19 Oct 2021 00:09:33 +0800 Subject: [PATCH] chore: consistent required node version --- babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index a13a0e34..9467a19d 100644 --- a/babel.config.js +++ b/babel.config.js @@ -10,7 +10,7 @@ module.exports = (api) => { "@babel/preset-env", { targets: { - node: "10.13.0", + node: "12.13.0", }, }, ],