Merge pull request #281295 from xanderio/outline-nodejs-20

outline: use nodejs 20
This commit is contained in:
Leona Maroni
2024-03-04 19:20:40 +01:00
committed by GitHub
+1 -1
View File
@@ -26495,7 +26495,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 { };