Unverified Commit cbf2ace0 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

bruno: pin nodejs version to nodejs_22 (#475593)

parents 082cbe39 6fc8f133
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  fetchFromGitHub,
  buildNpmPackage,
  nix-update-script,
  nodejs_22,
  electron,
  makeWrapper,
  copyDesktopItems,
@@ -33,6 +34,8 @@ buildNpmPackage rec {
    '';
  };

  nodejs = nodejs_22;

  npmDepsHash = "sha256-CXXXyDaaoAoZhUo1YNP3PUEGzlmIaDnA+JhrCqBY1H4=";
  npmFlags = [ "--legacy-peer-deps" ];