Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw committed Jan 24, 2024
1 parent 5830237 commit 486adee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- uses: actions/[email protected]
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'
java-version: '17'
- uses: actions/setup-node@v4
with:
node-version: 20.11.0
- name: install dependencies
run: npm install -ci
run: npm ci

# Automatically overrides the version code and version name through the github actions
- name: Bump version
Expand Down

0 comments on commit 486adee

Please sign in to comment.