Skip to content

Commit 7fea22f

Browse files
trying to use java 17 for android
1 parent 5203daf commit 7fea22f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ jobs:
7272
with:
7373
node-version: ${{ env.NODE_JS_VERSION }}
7474

75-
- name: Java 11
76-
uses: actions/setup-java@v1
75+
- name: Java 17
76+
uses: actions/setup-java@v2
7777
with:
78-
java-version: 11
78+
java-version: 17
7979

8080
- name: Install Dependencies npm
8181
working-directory: ./example

0 commit comments

Comments
 (0)