Skip to content

Commit bbf43c6

Browse files
committed
use node.js 24 as the default node.js version
1 parent 2263cd8 commit bbf43c6

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

build/meta/extra-build-tools.p5m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ depend fmri=ooce/multimedia/ffmpeg type=require
8989
depend fmri=ooce/multimedia/rav1e type=require
9090
depend fmri=ooce/multimedia/x264 type=require
9191
depend fmri=ooce/multimedia/x265 type=require
92-
depend fmri=ooce/runtime/node-22 type=require
9392
depend fmri=ooce/runtime/node-24 type=require
9493
depend fmri=ooce/runtime/ruby-30 type=require
9594
depend fmri=ooce/runtime/ruby-34 type=require

build/navidrome/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ DESC="$PROG - an open source web-based music collection server and streamer"
2424

2525
set_arch 64
2626
set_gover
27-
set_nodever 24
27+
set_nodever
2828

2929
RUN_DEPENDS_IPS="
3030
ooce/multimedia/mediasrv-common

lib/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ case $RELVER in
391391
esac
392392

393393
DEFAULT_GO_VER=1.25
394-
DEFAULT_NODE_VER=22
394+
DEFAULT_NODE_VER=24
395395
DEFAULT_RUBY_VER=3.4
396396
DEFAULT_ZIG_VER=0.14
397397

0 commit comments

Comments
 (0)