Skip to content

Bump firebase from 10.14.1 to 11.2.0 #17

Bump firebase from 10.14.1 to 11.2.0

Bump firebase from 10.14.1 to 11.2.0 #17

Workflow file for this run

name: mobile
on:
pull_request:
paths:
- 'services/mobile/**'
- 'modules/common/**'
- '.github/workflows/mobile-ci.yml'
defaults:
run:
working-directory: services/mobile
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: './.github/actions/setup-deps'
- run: pnpm run typecheck