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` +