We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78339af commit 0c87f8eCopy full SHA for 0c87f8e
1 file changed
.github/workflows/build.yml
@@ -33,6 +33,8 @@ jobs:
33
uses: actions/setup-node@v2
34
with:
35
node-version: 16
36
+ - name: Install yarn
37
+ run: npm install -g yarn@1.22.17
38
- name: Gradle Version
39
run: ./gradlew --version
40
- name: Build
@@ -50,6 +52,8 @@ jobs:
50
52
51
53
54
55
56
57
58
59
0 commit comments