Unverified Commit ab15b5d5 authored by dish's avatar dish Committed by GitHub
Browse files

tandoor-recipes: use nodejs_22 for frontend (#515361)

parents 0d34756e 4f586a19
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  fetchYarnDeps,
  fixup-yarn-lock,
  callPackage,
  nodejs_20,
  nodejs_22,
  yarn,
}:
let
@@ -22,8 +22,8 @@ stdenv.mkDerivation (finalAttrs: {

  nativeBuildInputs = [
    fixup-yarn-lock
    nodejs_20
    (yarn.override { nodejs = nodejs_20; })
    nodejs_22
    (yarn.override { nodejs = nodejs_22; })
  ];

  configurePhase = ''