Skip to content

Commit

Permalink
fix(build-release-apk): add setup pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangvu12 committed Nov 18, 2023
1 parent 67f49ac commit df4baaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-release-apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: 📦 Setup Node + PNPM + install deps
uses: ./.github/actions/setup-node-pnpm-install

- name: 📦 Setup Expo and EAS
uses: expo/expo-github-action@v8
with:
Expand Down

0 comments on commit df4baaa

Please sign in to comment.