feat!: Require node v24 (#989)

Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
Christopher Peplin 2026-01-30 03:44:22 -05:00 committed by GitHub
parent 4dfbc50e4c
commit 569b92826f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

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,