Skip to content

Bump @types/react from 18.2.42 to 18.2.47 #2443

Bump @types/react from 18.2.42 to 18.2.47

Bump @types/react from 18.2.42 to 18.2.47 #2443

Workflow file for this run

name: unit tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
cache: 'npm'
- run: npm ci
- run: npm test