Skip to content

Bump @types/react from 18.2.79 to 18.3.1 #329

Bump @types/react from 18.2.79 to 18.3.1

Bump @types/react from 18.2.79 to 18.3.1 #329

Workflow file for this run

name: Lint
on:
pull_request:
branches: ["main"]
jobs:
eslint:
name: Lint with ESLint
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install next
run: npm i next@latest
- name: Lint with ESLint
run: npm run lint