From 40da9816424bc75c13d90e06c1d82ae76752e732 Mon Sep 17 00:00:00 2001 From: streaper2 Date: Mon, 20 Apr 2026 11:19:12 +0200 Subject: [PATCH] correction nixtpacks.toml --- admin/nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/nixpacks.toml b/admin/nixpacks.toml index 1e4b8d6..acf5ddc 100644 --- a/admin/nixpacks.toml +++ b/admin/nixpacks.toml @@ -1,5 +1,5 @@ [phases.setup] -nixPkgs = ["nodejs_23", "openssl"] +nixPkgs = ["nodejs_22", "openssl"] [phases.install] cmds = ["npm ci"]