From 2330cbb79615dabfd29ea4441f7f25a7433f6eba Mon Sep 17 00:00:00 2001 From: liuxingbaoyu <30521560+liuxingbaoyu@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:33:35 +0800 Subject: [PATCH] targets --- lib/run-tests/transpile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/run-tests/transpile.js b/lib/run-tests/transpile.js index 662ad56..32e2f78 100644 --- a/lib/run-tests/transpile.js +++ b/lib/run-tests/transpile.js @@ -23,7 +23,7 @@ function getOptions(features, isModule) { config = loadOptionsSync({ configFile: false, babelrc: false, - targets: ">= 0%", + targets: "node 0.10", presets: [presetEnv], // spec assumptions: {