ratman.dashboard: pin to nodejs 20.x

This commit is contained in:
Yureka
2025-03-05 14:34:02 +01:00
committed by Yureka
parent d12ae5ee32
commit a8ae11024b
+2 -2
View File
@@ -10,7 +10,7 @@
fixup-yarn-lock,
stdenv,
yarn,
nodejs,
nodejs_20,
}:
rustPlatform.buildRustPackage rec {
@@ -61,7 +61,7 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [
yarn
nodejs
nodejs_20
fixup-yarn-lock
];