Skip to content

Bump @types/react from 18.2.34 to 18.2.51 #394

Bump @types/react from 18.2.34 to 18.2.51

Bump @types/react from 18.2.34 to 18.2.51 #394

Workflow file for this run

name: Check
on:
push:
branches: [main]
pull_request:
branches: [main]
merge_group:
types: [checks_requested]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
- run: npm install
- run: npm run check:type
- run: npm run check:lint
- run: npm run check:prettier
- run: npm run test -- --ci