From e3b2107499b120e90a05ceed5caf915d5125119a Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Sat, 10 Jun 2023 18:01:53 -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 9496bba..5199567 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -9,7 +9,7 @@ jobs: - name: Setup node.js shell: sh run: | - apk --update add nodejs npm + apk --update add nodejs npm git - name: Check out repository code uses: actions/checkout@v3 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."