Skip to content

Commit

Permalink
Update preview.yml
Browse files Browse the repository at this point in the history
use npm instead of yarn
  • Loading branch information
austimkelly authored Oct 9, 2023
1 parent a24419d commit a23ab59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: yarn
cache: npm

- name: Setup EAS
uses: expo/expo-github-action@v8
Expand All @@ -32,7 +32,7 @@ jobs:
token: ${{ secrets.EXPO_TOKEN }}

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

- name: Create preview
uses: expo/expo-github-action/preview@v8
Expand Down

0 comments on commit a23ab59

Please sign in to comment.