Bumped Node
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m49s

This commit is contained in:
2025-12-25 23:39:04 -07:00
parent 4954fe855f
commit 9a9705e8f7

View File

@@ -22,7 +22,7 @@
devShells = forAllSystems ({ pkgs }: { devShells = forAllSystems ({ pkgs }: {
default = pkgs.mkShell { default = pkgs.mkShell {
packages = with pkgs; [ packages = with pkgs; [
nodejs_20 nodejs_24
nodePackages.pnpm nodePackages.pnpm
]; ];