Skip to content

Bump react-native from 0.74.2 to 0.74.3 (#440) #130

Bump react-native from 0.74.2 to 0.74.3 (#440)

Bump react-native from 0.74.2 to 0.74.3 (#440) #130

Workflow file for this run

on:
push:
branches:
- main
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v4
- name: 🏗 Setup Node
uses: actions/setup-node@v4
with:
node-version: 21.6.2
cache: yarn
- name: 🏗 Setup EAS
uses: expo/expo-github-action@v8
with:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
- name: 📦 Install dependencies
run: yarn install
- name: 🚀 Create update
run: eas update --auto --non-interactive