From 17f12cc7516f48e25eb5ab27a7ad66950d044647 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 23 Aug 2024 16:30:29 -0400 Subject: [PATCH] add npm --- .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 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