Skip to content

Bump @types/react from 18.3.10 to 18.3.11 #1712

Bump @types/react from 18.3.10 to 18.3.11

Bump @types/react from 18.3.10 to 18.3.11 #1712

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
cache: 'yarn'
- run: yarn install
- run: yarn lint