From 5b2da4d8f4657a094aceaeec17187e878cba706a Mon Sep 17 00:00:00 2001 From: Christian Meffert Date: Sat, 18 Jan 2025 19:21:02 +0000 Subject: [PATCH] [ci] Install nodejs/npm on FreeBSD --- .github/workflows/freebsd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index f20ec137e5..8bdcf362e5 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -28,7 +28,7 @@ jobs: uses: vmactions/freebsd-vm@v1 with: prepare: | - pkg install -y gmake autoconf automake libtool pkgconf gettext gperf glib ffmpeg libconfuse libevent libxml2 libgcrypt libunistring libiconv curl libplist libinotify avahi sqlite3 alsa-lib libsodium json-c libwebsockets protobuf-c bison flex + pkg install -y gmake autoconf automake libtool pkgconf gettext gperf glib ffmpeg libconfuse libevent libxml2 libgcrypt libunistring libiconv curl libplist libinotify avahi sqlite3 alsa-lib libsodium json-c libwebsockets protobuf-c bison flex node21 pw user add owntone -m -d /usr/local/var/cache/owntone run: |