Skip to content

Commit

Permalink
Update android-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
supervons committed Mar 13, 2024
1 parent fafa25d commit 25bad99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android-build.yml
Expand Up @@ -16,15 +16,15 @@ jobs:

strategy:
matrix:
node-version: [14.14.0]
node-version: [18.16.1]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 25bad99

Please sign in to comment.