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
commit 1d5355f438
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 { };