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 6c4dd9d commit 52114cbCopy full SHA for 52114cb
.github/workflows/android.yml
@@ -12,11 +12,12 @@ jobs:
12
- uses: actions/checkout@v4
13
with:
14
fetch-depth: 0
15
- - name: Set up JDK 17
+ - name: Set up JDK
16
uses: actions/setup-java@v4
17
18
- java-version: 17
+ java-version: 21
19
distribution: temurin
20
+ - uses: pnpm/action-setup@v2
21
- uses: actions/setup-node@v4
22
23
node-version: 22
.github/workflows/ios.yml
@@ -11,6 +11,7 @@ jobs:
11
0 commit comments