Skip to content

Commit 0c87f8e

Browse files
committed
Install yarn everywhere
1 parent 78339af commit 0c87f8e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
uses: actions/setup-node@v2
3434
with:
3535
node-version: 16
36+
- name: Install yarn
37+
run: npm install -g yarn@1.22.17
3638
- name: Gradle Version
3739
run: ./gradlew --version
3840
- name: Build
@@ -50,6 +52,8 @@ jobs:
5052
uses: actions/setup-node@v2
5153
with:
5254
node-version: 16
55+
- name: Install yarn
56+
run: npm install -g yarn@1.22.17
5357
- name: Gradle Version
5458
run: ./gradlew --version
5559
- name: Build

0 commit comments

Comments
 (0)