From 17666547ae5863d28f02ac44387f6032560f82f2 Mon Sep 17 00:00:00 2001 From: Mihailo Cvjetinovic <127780035+mihailocv@users.noreply.github.com> Date: Sun, 28 Jun 2026 19:03:14 +0200 Subject: [PATCH] pdate node version nixpacks --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index 9463037..f30ee01 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,5 +1,5 @@ [phases.setup] -nixPkgs = ["nodejs_20"] +nixPkgs = ["nodejs_22"] [phases.install] cmds = ["npm ci"]