From 0584f160b2f5110c4b01eae3906de8d3058b712e Mon Sep 17 00:00:00 2001 From: chark1es Date: Wed, 28 May 2025 10:26:47 -0700 Subject: [PATCH] Update nixpacks.toml --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index ec3c433..1d389a0 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,4 +1,4 @@ [phases.setup] -nixPkgs = ["nodejs_18", "bun"] +nixPkgs = ["nodejs_20", "bun"] aptPkgs = ["curl", "wget"]