From 9795249ab4eb7cf07d58b3e58cf63e30993695df Mon Sep 17 00:00:00 2001 From: clo Date: Tue, 15 Jul 2025 13:45:19 -0700 Subject: [PATCH] Update run.js --- run.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.js b/run.js index a8e6b1e..a2ac3b0 100644 --- a/run.js +++ b/run.js @@ -13,7 +13,7 @@ if (!zlib.zstdCompress) { : null; globalThis.console.error( - `sitegen depends on a node.js-compatibile runtime\n` + + `sitegen depends on a node.js v24. your runtime is missing feature\n` + `this is node.js version ${process.version}${ brand ? ` (${brand})` : "" }\n\n` +