Skip to content

Commit

Permalink
config (ci cd) : Upgrade all dependencies to match the installed SDK …
Browse files Browse the repository at this point in the history
…version.
  • Loading branch information
damirdine committed Jun 11, 2024
1 parent 80b272e commit 8bc3292
Show file tree
Hide file tree
Showing 3 changed files with 651 additions and 417 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Install dependencies
run: npm install

- name: Upgrade all dependencies to match the installed SDK version.
run: npx expo install --fix

- name: Expo check to review and upgrade your dependencies
run: npx expo install --check

Expand Down
Loading

0 comments on commit 8bc3292

Please sign in to comment.