Skip to content

Commit

Permalink
fix: npm?
Browse files Browse the repository at this point in the history
  • Loading branch information
sverben committed Jun 12, 2024
1 parent 76144df commit 4b72681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
eas-version: latest

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

- name: Build app for Android
run: eas build --output ./android.aab --platform android ${{ env.EAS_BUILD_ARGS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
eas-version: latest

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

- name: Build app for IOS
run: eas build --output ./app.ipa --platform ios ${{ env.EAS_BUILD_ARGS }}
Expand Down

0 comments on commit 4b72681

Please sign in to comment.