Unverified Commit 9d9ed197 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

parents 11db3639 238fd48f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
{
  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";