Skip to content

Commit 52114cb

Browse files
committed
Update actions
1 parent 6c4dd9d commit 52114cb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ jobs:
1212
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
15-
- name: Set up JDK 17
15+
- name: Set up JDK
1616
uses: actions/setup-java@v4
1717
with:
18-
java-version: 17
18+
java-version: 21
1919
distribution: temurin
20+
- uses: pnpm/action-setup@v2
2021
- uses: actions/setup-node@v4
2122
with:
2223
node-version: 22

.github/workflows/ios.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
14+
- uses: pnpm/action-setup@v2
1415
- uses: actions/setup-node@v4
1516
with:
1617
node-version: 22

0 commit comments

Comments
 (0)