Skip to content

Bump @types/react from 18.2.45 to 18.2.55 #123

Bump @types/react from 18.2.45 to 18.2.55

Bump @types/react from 18.2.45 to 18.2.55 #123

Workflow file for this run

name: Code Coverage
on: [push, pull_request]
jobs:
test-coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn
- run: yarn test
- uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}