fix
This commit is contained in:
parent
981f46c406
commit
1a42187d5d
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue