From 7ee03c98c30ca0fb5945b5680d5c2fad36cddd1f Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Mon, 15 Jan 2024 19:53:17 +0530 Subject: [PATCH] build: set targets to node 18 in babel.config.js (#762) --- babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index 5c64a32..23ea48b 100644 --- a/babel.config.js +++ b/babel.config.js @@ -12,7 +12,7 @@ module.exports = (api) => { exclude: process.env.NODE_ENV === "test" ? [] : ["proposal-dynamic-import"], targets: { - node: "14.15.0", + node: "18.12.0", }, }, ],