Skip to content

Bump eslint-plugin-react-hooks from 4.6.0 to 5.0.0 in /src/ui #69

Bump eslint-plugin-react-hooks from 4.6.0 to 5.0.0 in /src/ui

Bump eslint-plugin-react-hooks from 4.6.0 to 5.0.0 in /src/ui #69

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./src/ui
strategy:
matrix:
node-version: ["18.x", "20.x"]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install pnpm -g
- run: pnpm install