From e2d0d9b0febcc76a4b942ffcb1203d229688e0ba Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Fri, 30 Jan 2026 09:38:48 +0100 Subject: [PATCH] build!: target node v24 --- tools/compile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/compile.js b/tools/compile.js index a7e32f84..34350062 100644 --- a/tools/compile.js +++ b/tools/compile.js @@ -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,