Skip to content

Bump @testing-library/react from 14.1.2 to 14.2.1 #570

Bump @testing-library/react from 14.1.2 to 14.2.1

Bump @testing-library/react from 14.1.2 to 14.2.1 #570

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Use Node.js 20.x
uses: actions/[email protected]
with:
node-version: 20.x
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test:coverage
- name: Codecov
uses: codecov/[email protected]