Skip to content

Commit

Permalink
Use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw committed Jan 24, 2024
1 parent e1a80fc commit 6270588
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: 8.14.1
# - uses: pnpm/[email protected]
# with:
# version: 8.14.1
- uses: actions/[email protected]
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'

- name: install dependencies
run: pnpm install --frozen-lockfile
run: npm install -ci

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

0 comments on commit 6270588

Please sign in to comment.