From 157c406f83461a884eaea8caf7373fb653d67f38 Mon Sep 17 00:00:00 2001 From: Pal Kerecsenyi Date: Tue, 16 Jan 2024 13:02:35 +0000 Subject: [PATCH] Add git to yarn script --- .github/workflows/yarn.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/yarn.yml b/.github/workflows/yarn.yml index 1c76774..a77db71 100644 --- a/.github/workflows/yarn.yml +++ b/.github/workflows/yarn.yml @@ -15,6 +15,7 @@ jobs: runs-on: ubuntu-latest container: node:lts-alpine steps: + - run: apk add git - uses: actions/checkout@v3 - name: Set Node.js 20.x uses: actions/setup-node@v3