rstudio: pin nodejs to nodejs_22

This commit is contained in:
TomaSajt
2026-01-01 23:25:21 +01:00
parent d202c92759
commit fcb734d22e

View File

@@ -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 {