Skip to content

Commit 0fa737f

Browse files
authored
Merge pull request #46 from Kikobeats/next
chore: use node24
2 parents e3ccfba + 3a74ec0 commit 0fa737f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compile/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ module.exports = ({ content, cwd }) =>
2323
write: false,
2424
platform: 'node',
2525
legalComments: 'eof',
26-
target: 'es2023',
26+
target: 'node24',
2727
...MINIFY
2828
})

0 commit comments

Comments
 (0)