Skip to content

fix(deps): update expo monorepo #214

fix(deps): update expo monorepo

fix(deps): update expo monorepo #214

name: "Validate build and publish preview"
on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v4
- name: 🏗 Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: yarn
- name: 🏗 Setup Expo
uses: expo/expo-github-action@v8
with:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
- name: 📦 Install dependencies
run: yarn install
- name: Create preview
uses: expo/expo-github-action/preview@v8
with:
command: eas update --auto