shell/system76-docs update: change from nodejs 16 to 18 as 16 is EOL

This commit is contained in:
Aaron Honeycutt 2024-02-14 10:48:41 -07:00
parent 05fd19a6fe
commit 11cb49af76

View file

@ -1,7 +1,7 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
nodejs-16_x
nodejs-18_x
nodePackages.npm
];
}