Skip to content

chore(deps-dev): bump @testing-library/react from 14.1.2 to 15.0.4 #308

chore(deps-dev): bump @testing-library/react from 14.1.2 to 15.0.4

chore(deps-dev): bump @testing-library/react from 14.1.2 to 15.0.4 #308

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
quality:
name: Check quality
runs-on: ubuntu-latest
strategy:
matrix:
command: ['lint', 'lint:attw', 'lint:monorepo', 'lint:pub', 'test', 'type:check', 'build']
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm-setup-node
- run: pnpm install --frozen-lockfile
- if: matrix.command == 'test'
run: pnpm playwright install
- run: pnpm prepack
- run: pnpm ${{ matrix.command }}