From 0f38b4cbaf30444f64466d4f7ec2bbf6ab287412 Mon Sep 17 00:00:00 2001 From: anorien90 Date: Tue, 9 Dec 2025 13:52:02 +0100 Subject: [PATCH] added node.js and npm to arch linux build process --- .gitea/workflows/build_arch.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/build_arch.yml b/.gitea/workflows/build_arch.yml index 63d592e..2e9a84e 100644 --- a/.gitea/workflows/build_arch.yml +++ b/.gitea/workflows/build_arch.yml @@ -24,6 +24,10 @@ jobs: chmod +x /opt/act_runner/install.sh /opt/act_runner/install.sh + - name: Install Node.js for Checkout Action + run: | + pacman -S --noconfirm nodejs npm + - name: Check out Repository uses: actions/checkout@v4