Skip to content

build(deps-dev): bump eslint-plugin-react from 7.35.0 to 7.37.1 #781

build(deps-dev): bump eslint-plugin-react from 7.35.0 to 7.37.1

build(deps-dev): bump eslint-plugin-react from 7.35.0 to 7.37.1 #781

Workflow file for this run

name: tests
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'yarn'
- run: npm i -g yarn
- run: yarn install --frozen-lockfile
- run: yarn lint