diff --git a/.forgejo/workflows/test-build.yaml b/.forgejo/workflows/test-build.yaml index cfb643f..532a2c2 100644 --- a/.forgejo/workflows/test-build.yaml +++ b/.forgejo/workflows/test-build.yaml @@ -14,7 +14,7 @@ jobs: - name: Environment setup run: | apt-get update - apt-get install -y python git sudo nodejs patch + apt-get install -y python git sudo nodejs patch node - name: Getting patches uses: actions/checkout@v4 - name: Cloning document server source