home-assistant-custom-lovelace-modules.plotly-chart-card: pin nodejs to nodejs_22
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user