Skip to content

Commit 230cabc

Browse files
committed
use node 24 by default
1 parent d77536e commit 230cabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
node20DevInputs = nodeDevInputsWith pkgs.nodejs_20;
8585
node22DevInputs = nodeDevInputsWith pkgs.nodejs_22;
8686
node24DevInputs = nodeDevInputsWith pkgs.nodejs_24;
87-
defaultNodeDevInputs = node22DevInputs;
87+
defaultNodeDevInputs = node24DevInputs;
8888

8989
# CI inputs
9090
ciInputs = with pkgs; [

0 commit comments

Comments
 (0)