Skip to content

Commit

Permalink
use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
docimin committed Dec 15, 2024
1 parent 7f30273 commit 5a5c8e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit 5a5c8e7

Please sign in to comment.