Skip to content

Commit cc9aec7

Browse files
authored
build!: remove node v12 support (#850)
1 parent a2da7c4 commit cc9aec7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/bundle.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ buildSync({
3333
// splitting: true, // Doesn't work with cjs
3434
format: 'cjs',
3535
platform: 'node',
36-
target: 'node12',
36+
target: 'node14',
3737
});
3838

3939
console.log('Building dist for node type=module (esm)...');
@@ -48,6 +48,6 @@ buildSync({
4848
minify: true,
4949
splitting: true,
5050
format: 'esm',
51-
target: 'node12.20',
51+
target: 'node14',
5252
outExtension: { '.js': '.mjs' },
5353
});

0 commit comments

Comments
 (0)