From 2b3fa22d16fb6f35c9b674d3e98f597d82cdb2bd Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 23 Aug 2024 16:26:27 -0400 Subject: [PATCH] get nodejs and patch --- .forgejo/workflows/test-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/test-build.yaml b/.forgejo/workflows/test-build.yaml index 36c89d9..cfb643f 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 + apt-get install -y python git sudo nodejs patch - name: Getting patches uses: actions/checkout@v4 - name: Cloning document server source