Skip to content

Commit 9558c8f

Browse files
committed
ci: Bump Nix Shell's Node.js from 18 to 20
1 parent 0d716ec commit 9558c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ pkgs ? import <nixpkgs> {} }:
22
pkgs.mkShell {
33
nativeBuildInputs = with pkgs; [
4-
nodejs-18_x
4+
nodejs_20
55
nodePackages.npm
66
];
77
}

0 commit comments

Comments
 (0)