Skip to content

Commit

Permalink
update e2e version
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSmartCell committed Jan 6, 2024
1 parent 69375d2 commit 0cd5dc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
api-level: [28]
target: [default]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: oracle
java-version: 17
architecture: x64

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
Expand Down

0 comments on commit 0cd5dc1

Please sign in to comment.