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

This commit is contained in:
dish
2026-05-02 02:30:52 +00:00
committed by GitHub
+3 -3
View File
@@ -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 = ''