build!: target node v24

This commit is contained in:
Michael Kriese 2026-01-30 09:38:48 +01:00 committed by GitHub
parent aa8ca6b21b
commit e2d0d9b0fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ await build({
entryPoints: ['./src/index.ts'], entryPoints: ['./src/index.ts'],
bundle: true, bundle: true,
platform: 'node', platform: 'node',
target: 'node20', target: 'node24',
minify: !!env['CI'], minify: !!env['CI'],
tsconfig: 'tsconfig.dist.json', tsconfig: 'tsconfig.dist.json',
sourcemap: true, sourcemap: true,