diff --git a/nixpacks.toml b/nixpacks.toml index 9a2d830..575948a 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,5 +1,5 @@ [phases.setup] -nixPkgs = ["nodejs_20"] +nixPkgs = ["nodejs", "npm"] [phases.install] cmds = ["npm ci"]