diff --git a/nixpacks.toml b/nixpacks.toml index 8ab5a64..ac03243 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,6 +1,6 @@ [phases.setup] nixPkgs = [ - "nodejs_18", # Nixpacks 已帮你加,这里显性写出来安全 + "nodejs_22", # Nixpacks 已帮你加,这里显性写出来安全 "sqlite" # 预编译好的 sqlite 库 ]