I'm trying to deploy a PHP Laravel application and I'm getting this error: ``` ERROR: failed to solve: process "/bin/bash -ol pipefail -c nix-env -if .nixpacks/nixpkgs-bf744fe90419885eefced41b3e5ae442d732712d.nix && nix-collect-garbage -d" did not complete successfully: exit code: 100 ``` I found out online that I should use Node 18 or 16 to fix this, tried both but it didn't work.