From 0aac825e77ad833a28d1a25a604a6531e81e5577 Mon Sep 17 00:00:00 2001 From: jbergner Date: Tue, 1 Sep 2026 20:54:47 +0200 Subject: [PATCH] v1.1.3a --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c84cf16..33c8661 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: WORKSPACE: ${{ gitea.workspace }} steps: - name: Build dependencies - run: pacman -Syu --noconfirm --needed git go zstd curl python + run: pacman -Syu --noconfirm --needed git go zstd curl python nodejs - uses: actions/checkout@v4 - name: Build backend run: bash ./build.sh