Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit b9bc27f

Browse files
diana-leaseDianaLease
authored andcommitted
fix(ci): attempt to fix build error in CI
Signed-off-by: Diana Lease <[email protected]>
1 parent 1e68085 commit b9bc27f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/ui-markdown-editor/babel.config.rollup.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
const pkg = require('./package.json');
2-
31
module.exports = {
42
presets: [
53
[
64
'@babel/preset-env',
75
{
86
modules: false,
97
targets: {
10-
node: '10.0.0'
8+
node: 'current'
119
}
1210
},
1311
],

0 commit comments

Comments
 (0)