Skip to content

build(deps-dev): bump eslint-plugin-react-hooks from 5.0.0 to 6.1.1 #260

build(deps-dev): bump eslint-plugin-react-hooks from 5.0.0 to 6.1.1

build(deps-dev): bump eslint-plugin-react-hooks from 5.0.0 to 6.1.1 #260

Workflow file for this run

name: 'Pull Request'
on: ['pull_request']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test