diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11bb88f..f3f48d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }} - cache: yarn + cache: npm - name: 🏗 Setup Expo and EAS uses: expo/expo-github-action@v7 @@ -50,10 +50,10 @@ jobs: eas-version: latest - name: 📦 Install dependencies - run: yarn + run: npm install - name: 📋 Test project - run: yarn test + run: npm test - name: 👷 Build app run: |