diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 2ebd22a..134a24d 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -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 @@ -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