From 2e8990cebdafd77879db704d639a67e35c82d4a9 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Thu, 28 Aug 2025 13:11:42 -0500 Subject: [PATCH] Update nixpacks.toml to use Node.js 24 and pnpm --- nixpacks.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixpacks.toml b/nixpacks.toml index 63919ea..d1aa888 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,5 +1,5 @@ [phases.setup] -nixPkgs = ["nodejs_22", "pnpm"] +nixPkgs = ["nodejs_24", "pnpm"] [variables] -NODE_VERSION = "22.12" +NODE_VERSION = "24"