Add git to yarn script

This commit is contained in:
Pal Kerecsenyi 2024-01-16 13:02:35 +00:00
parent 0cfb89f24b
commit 157c406f83
Signed by: palk
GPG Key ID: 6891661E25394C2C

View File

@ -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