Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 6e312e7

Browse files
author
Denys Panchenko
committed
Set Java version 11
1 parent 773f942 commit 6e312e7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/react-native-code-push-ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ jobs:
1414
api-level: [27]
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
18+
- name: Setup Java
19+
uses: actions/setup-java@v3
20+
with:
21+
distribution: 'microsoft'
22+
java-version: '11'
1823
- name: Start adb server
1924
run: adb devices
2025
- name: Download system image "android-${{ matrix.api-level }}"

0 commit comments

Comments
 (0)