Skip to content

chore(deps): update yarn to v3.8.7 #28

chore(deps): update yarn to v3.8.7

chore(deps): update yarn to v3.8.7 #28

Workflow file for this run

name: iOS starter workflow
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Build and Test default scheme using any available iPhone simulator
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn run ios