From 649398c5e786b4946cb3da6a41eed05fb53c6aba Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 23 Aug 2024 16:27:49 -0400 Subject: [PATCH] get node --- .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 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