Skip to content

Update dependency @testing-library/react to v16.2.0 (#2565) #5362

Update dependency @testing-library/react to v16.2.0 (#2565)

Update dependency @testing-library/react to v16.2.0 (#2565) #5362

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
check-latest: true
- run: npm ci
- run: npm test
- uses: codecov/codecov-action@v5