diff --git a/shell.nix b/shell.nix index bb0ad9606d..db189a14cf 100644 --- a/shell.nix +++ b/shell.nix @@ -1,7 +1,7 @@ { pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ - nodejs-18_x + nodejs_20 nodePackages.npm ]; }