Skip to content

Commit f190e38

Browse files
Merge pull request #1306 from system76/nix-node
chore(ci): Bump Nix Shell's Node.js from 18 to 20
2 parents 0d716ec + 7e6d3cf commit f190e38

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)