Skip to content

chore(deps-dev): Bump @types/react-dom from 18.3.0 to 18.3.1 #67

chore(deps-dev): Bump @types/react-dom from 18.3.0 to 18.3.1

chore(deps-dev): Bump @types/react-dom from 18.3.0 to 18.3.1 #67

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [20.x]
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm run coverage
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}