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

This commit is contained in:
2025-12-25 23:39:16 -07:00
parent e1313b7184
commit 8242260355

View File

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