Skip to content

[deps]: Update eslint-plugin-react-hooks to v7 #636

[deps]: Update eslint-plugin-react-hooks to v7

[deps]: Update eslint-plugin-react-hooks to v7 #636

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
name: Build and Test
runs-on: ubuntu-24.04
strategy:
matrix:
node-version: [20.x, 22.x]
steps:
- name: Checkout Repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: NPM CI
run: npm ci
- name: NPM Build
run: npm run build --if-present