Skip to content

Commit

Permalink
Bumped node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Damjan Smickovski authored and Damjan Smickovski committed Jun 27, 2023
1 parent a9790db commit 7b35b6e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: 11
distribution: 'adopt'
cache: 'gradle'
java-version: '17'

- name: Run connected tests
uses: ReactiveCircus/android-emulator-runner@v2
Expand Down

0 comments on commit 7b35b6e

Please sign in to comment.