@powerhousedao/builder-tools 6.0.0-dev.24 → 6.0.0-dev.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -184,7 +184,7 @@ export function makeImportScriptFromPackages(args) {
184
184
  const fileContent = `${imports.join("\n")}\n\n${exportStatement}`;
185
185
  return fileContent;
186
186
  }
187
- export function ensureNodeVersion(minVersion = "22") {
187
+ export function ensureNodeVersion(minVersion = "24") {
188
188
  const version = process.versions.node;
189
189
  if (!version) {
190
190
  return;