From 4886b4dcbeee59f17290420ad9c3040007beb897 Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Sat, 10 Jun 2023 17:31:44 -0400 Subject: [PATCH] Update build.yml to install node --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 8914fff..1f66eb0 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -7,7 +7,7 @@ jobs: runs-on: docker steps: - name: Setup node.js - uses: actions/setup-node@v3 + run: apk --update add nodejs npm - run: npm ci - run: npm test - name: Check out repository code