Skip to content

Commit

Permalink
firefox: Use latest Node.js 22.11.0-0 instead of 20.13.1-0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Nov 26, 2024
1 parent e7daafd commit 23e25d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firefox.be0
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SRCURL[0]="https://beehive.molgen.mpg.de/1fb80994a7fb24766f2c5e533c29ad05/firefo

mee_configure() {

p=/pkg/node-20.13.1-0/profile; [ -e $p ] && . $p
p=/pkg/node-22.11.0-0/profile; [ -e $p ] && . $p
p=/pkg/rustc-1.80.0-0/profile; [ -e $p ] && . $p

if [[ ${BEE_MAKEFLAGS:: 2} == "-j" ]]; then
Expand Down

0 comments on commit 23e25d5

Please sign in to comment.