Skip to content

Commit

Permalink
change yarn to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Alena Tesarova committed Feb 16, 2024
1 parent 49a69fb commit 4e6e5ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,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
@@ -23,7 +23,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

0 comments on commit 4e6e5ce

Please sign in to comment.