Skip to content

Commit

Permalink
ci: Update java to 17 (appium#108)
Browse files Browse the repository at this point in the history
* Update java to 17

* docs: Add Java 17 Prerequisites

* Add - Node.js (npm) to Requirements
  • Loading branch information
Dor-bl committed Jul 12, 2023
1 parent cb55f76 commit eef057b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- name: Use Java 11
- name: Use Java 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
java-version: '17'
- name: Install dependencies
run: |
npm install
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ android-apidemos

A fork of Google's Android ApiDemos application, used for testing Appium

#### Requirements

- Java 17
- Node.js (npm)

#### Building

> npm run build
Expand Down

0 comments on commit eef057b

Please sign in to comment.