Skip to content

Commit

Permalink
Update build workflow to use 'bun' instead of 'yarn' for caching and …
Browse files Browse the repository at this point in the history
…commands
  • Loading branch information
rabilrbl committed Feb 2, 2024
1 parent 273b3d6 commit 80310a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12,627 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "yarn"
cache: "bun"

- name: Install dependencies
run: yarn install
run: bun install

- name: Build Expo
run: yarn build:android
run: bun run build:android

- name: Prepare Keystore
shell: bash
Expand Down
Loading

0 comments on commit 80310a0

Please sign in to comment.