Skip to content

Upgrade react native environment to 0.72.3 #170

Upgrade react native environment to 0.72.3

Upgrade react native environment to 0.72.3 #170

Workflow file for this run

name: Preview
on: pull_request
jobs:
distribute:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: "2.6"
bundler-cache: true
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.6'
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install packages
run: |
yarn --check-files
- name: Preview app on Appetize 🚀
run: bundle exec fastlane preview
env:
PR_NUMBER: ${{ github.event.pull_request.number }}
SOURCE_BRANCH: ${{ github.head_ref }}
APPETIZE_API_TOKEN: ${{ secrets.APPETIZE_API_TOKEN }}