Add git to yarn script
This commit is contained in:
parent
0cfb89f24b
commit
157c406f83
1
.github/workflows/yarn.yml
vendored
1
.github/workflows/yarn.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: node:lts-alpine
|
container: node:lts-alpine
|
||||||
steps:
|
steps:
|
||||||
|
- run: apk add git
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Set Node.js 20.x
|
- name: Set Node.js 20.x
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user