home-assistant-custom-lovelace-modules.plotly-chart-card: pin nodejs to nodejs_22 (#476556)

This commit is contained in:
Martin Weinelt
2026-01-03 12:00:45 +00:00
committed by GitHub
@@ -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";