outline: use nodejs 20

This commit is contained in:
Alexander Sieg
2024-01-16 10:31:54 +01:00
parent 91cec1e6b4
commit 6b70d2cafa
+1 -1
View File
@@ -26765,7 +26765,7 @@ with pkgs;
outline = callPackage ../servers/web-apps/outline (lib.fix (super: {
yarn = yarn.override { inherit (super) nodejs; };
nodejs = nodejs_18;
nodejs = nodejs_20;
}));
openbgpd = callPackage ../servers/openbgpd { };