tandoor-recipes: use nodejs_22 for frontend
Upstream uses Node.js 22 in CI.
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user