diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index dee4aef..bdab15f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,6 +9,11 @@ jobs: build: runs-on: ubuntu-latest steps: + - name: Install Node.js (required for GitHub Actions) + run: | + sudo apt-get update + sudo apt-get install -y nodejs + - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: