Skip to content

chore(deps): bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2 #1956

chore(deps): bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2

chore(deps): bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2 #1956

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 18
- 20
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm test