Skip to content

chore(deps): update dependency typescript to v4.9.5 -- #5184

chore(deps): update dependency typescript to v4.9.5 --

chore(deps): update dependency typescript to v4.9.5 -- #5184

Workflow file for this run

name: E2E - PR
on:
pull_request:
branches:
- main
# Cancel any in progress run of the workflow for a given PR
# This avoids building outdated code
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
android:
name: Android
uses: ./.github/workflows/e2e-android.yml
with:
android-api-level: 30
secrets: inherit
ios:
name: iOS
uses: ./.github/workflows/e2e-ios.yml
with:
ios-version: '14.5'
secrets: inherit