Skip to content

Bump tar from 6.1.13 to 6.2.1 #36

Bump tar from 6.1.13 to 6.2.1

Bump tar from 6.1.13 to 6.2.1 #36

Workflow file for this run

name: App build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v2
- name: 🏗 Setup Node
uses: actions/setup-node@v2
with:
node-version: 18.x
cache: yarn
- name: 🏗 Setup Expo and EAS
uses: expo/expo-github-action@v7
with:
expo-version: latest
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
- name: 📦 Install dependencies
run: yarn install
- name: 🚀 Build app
run: eas build --non-interactive --profile master --platform all