Unverified Commit 4f586a19 authored by Ryan Omasta's avatar Ryan Omasta
Browse files

tandoor-recipes: use nodejs_22 for frontend

Upstream uses Node.js 22 in CI.
parent 115ff6b6
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 = ''