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'],
bundle: true,
platform: 'node',
target: 'node20',
target: 'node24',
minify: !!env['CI'],
tsconfig: 'tsconfig.dist.json',
sourcemap: true,