Update nixpacks.toml to use Node.js 24 and pnpm

This commit is contained in:
Luke Hagar
2025-08-28 13:11:42 -05:00
parent 6224650368
commit 2e8990cebd

View File

@@ -1,5 +1,5 @@
[phases.setup]
nixPkgs = ["nodejs_22", "pnpm"]
nixPkgs = ["nodejs_24", "pnpm"]
[variables]
NODE_VERSION = "22.12"
NODE_VERSION = "24"