Skip to content

Commit 7af012b

Browse files
authored
feat: Bump Node version in Babel preset (#427)
1 parent 6731fa0 commit 7af012b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel-preset/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function getTargets({
9696
}
9797

9898
// TODO: Distinguish between app and libraries for node as well.
99-
if (target === 'node') return { node: '10.0' };
99+
if (target === 'node') return { node: '12.0' };
100100

101101
if (
102102
ignoreBrowserslistConfig ||

0 commit comments

Comments
 (0)