chore: bump node and pnpm version (#620)

* chore(nix): update flake

* chore(nix): remove just and update comment

* chore(nix): update node version + volta config
This commit is contained in:
doprz
2025-08-12 14:00:45 -05:00
committed by GitHub
parent be861b823c
commit f0f1f0b365
3 changed files with 7 additions and 8 deletions

View File

@@ -16,9 +16,8 @@
devShell = pkgs.mkShell {
buildInputs = with pkgs; [
nodejs_20 # v20.19.0
pnpm_10 # v10.8.1
just
nodejs_20 # v20.19.4
pnpm_10 # v10.14.0
];
shellHook = ''