Skip to content

Bump eslint-plugin-react-hooks from 4.6.2 to 5.2.0 #226

Bump eslint-plugin-react-hooks from 4.6.2 to 5.2.0

Bump eslint-plugin-react-hooks from 4.6.2 to 5.2.0 #226

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [20, 22, 24]
steps:
-
uses: actions/checkout@v3
-
name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
-
name: Install dependencies
run: yarn install
-
name: Run tests
run: npm run release