Skip to content

chore(deps-dev): bump @types/react from 18.2.7 to 18.2.51 #485

chore(deps-dev): bump @types/react from 18.2.7 to 18.2.51

chore(deps-dev): bump @types/react from 18.2.7 to 18.2.51 #485

Workflow file for this run

name: "Tests"
on:
pull_request:
branches: [main]
jobs:
integration:
name: Tests
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: yarn install
- name: Run all tests
run: yarn test