Skip to content

Bump @types/react from 18.2.24 to 18.3.10 #315

Bump @types/react from 18.2.24 to 18.3.10

Bump @types/react from 18.2.24 to 18.3.10 #315

Workflow file for this run

name: Run CI
on: [pull_request, workflow_dispatch]
concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install and run CI
working-directory: ./
run: |
yarn
yarn run ci