Skip to content

Bump vite from 5.4.14 to 6.0.11 #7

Bump vite from 5.4.14 to 6.0.11

Bump vite from 5.4.14 to 6.0.11 #7

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