feat: Use node24 instead of node20

Signed-off-by: David Dreschner <github-2017@dreschner.net>
This commit is contained in:
David Dreschner 2026-06-20 23:01:17 +02:00
commit 250fb2155f
No known key found for this signature in database
3 changed files with 8 additions and 8 deletions

View file

@ -17,7 +17,7 @@
# `nix develop`
devShell = pkgs.mkShell {
nativeBuildInputs = with pkgs; [
nodejs_20
nodejs_24
];
};
});