This commit is contained in:
Andras Bacsai 2025-10-07 14:20:33 +02:00
parent 981f46c406
commit 1a42187d5d

View file

@ -1995,7 +1995,6 @@ private function generate_nixpacks_confs()
$this->application_deployment_queue->addLogEntry('----------------------------------------');
$this->application_deployment_queue->addLogEntry('⚠️ NIXPACKS_NODE_VERSION not set. Nixpacks will use Node.js 18 by default, which is EOL.');
$this->application_deployment_queue->addLogEntry('You can override this by setting NIXPACKS_NODE_VERSION=22 in your environment variables.');
$this->application_deployment_queue->addLogEntry('----------------------------------------');
}
}
$this->nixpacks_plan = json_encode($parsed, JSON_PRETTY_PRINT);