Unverified Commit 477a044d authored by Toma's avatar Toma Committed by GitHub
Browse files

rstudio: pin nodejs to nodejs_22 (#476062)

parents 8d81fe6b fcb734d2
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
  git,
  jdk,
  makeWrapper,
  nodejs,
  nodejs_22,
  npmHooks,
  xcbuild,
  yarn,
@@ -44,6 +44,10 @@
}:

let
  # nodejs_24 has npm v11, which broke the lockfile
  # let's just use nodejs_22 for now
  nodejs = nodejs_22;

  electron = electron_37;

  mathJaxSrc = fetchzip {