Skip to content

fix(deps): update dependency @testing-library/react to v16.3.2 #996

fix(deps): update dependency @testing-library/react to v16.3.2

fix(deps): update dependency @testing-library/react to v16.3.2 #996

Workflow file for this run

name: tests
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 'lts/*', 'current' ]
steps:
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run coverage
env:
CI: true
- name: Codecov
uses: codecov/codecov-action@v5.5.2
with:
token: ${{ secrets.CODECOV_TOKEN }}