diff --git a/.forgejo/workflows/test-build.yaml b/.forgejo/workflows/test-build.yaml index 532a2c2..18a0a62 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 node + apt-get install -y python git sudo nodejs patch npm - name: Getting patches uses: actions/checkout@v4 - name: Cloning document server source