Skip to content

Bump @testing-library/react from 12.1.5 to 16.2.0 #1514

Bump @testing-library/react from 12.1.5 to 16.2.0

Bump @testing-library/react from 12.1.5 to 16.2.0 #1514

Workflow file for this run

name: 'Install, lint, test & build'
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install
run: npm install
- name: Lint
run: npm run lint
- name: Test
run: npm run test
- name: Build
run: npm run build