Skip to content

chore(deps): Bump react-i18next from 15.7.4 to 17.0.4 #27

chore(deps): Bump react-i18next from 15.7.4 to 17.0.4

chore(deps): Bump react-i18next from 15.7.4 to 17.0.4 #27

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
TURBO_TELEMETRY_DISABLED: "1"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v5
with:
version: 9
- uses: actions/setup-node@v6
with:
node-version: "20"
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile
- name: Install Playwright Chromium
run: pnpm --filter @inariwrite/web exec playwright install chromium --with-deps
- name: Audit dependencies
run: pnpm audit --audit-level=high
- name: Lint
run: pnpm lint
- name: Typecheck
run: pnpm typecheck
- name: Test
run: pnpm test
- name: Build
run: pnpm build
- name: Bundle budgets (gzip)
run: pnpm run budget
- name: E2E smoke
run: pnpm run test:e2e