home-assistant-custom-lovelace-modules.plotly-chart-card: pin nodejs to nodejs_22

This commit is contained in:
Benedikt Broich
2026-01-03 12:10:58 +01:00
parent 7db1e626d7
commit 238fd48fdf
@@ -1,5 +1,6 @@
{
lib,
nodejs_22,
buildNpmPackage,
buildGoModule,
fetchFromGitHub,
@@ -24,7 +25,7 @@ let
};
in
buildNpmPackage rec {
buildNpmPackage.override { nodejs = nodejs_22; } rec {
pname = "plotly-graph-card";
version = "3.3.5";