diff --git a/.forgejo/workflows/test-build.yaml b/.forgejo/workflows/test-build.yaml index 18a0a62..201653c 100644 --- a/.forgejo/workflows/test-build.yaml +++ b/.forgejo/workflows/test-build.yaml @@ -15,6 +15,8 @@ jobs: run: | apt-get update apt-get install -y python git sudo nodejs patch npm + whereis nodejs + ln -s /usr/bin/nodejs /usr/bin/node - name: Getting patches uses: actions/checkout@v4 - name: Cloning document server source