Skip to content

chore(deps): bump eslint-plugin-react-hooks from 5.2.0 to 7.0.1 in /packages/eslint-config-godaddy-react #1510

chore(deps): bump eslint-plugin-react-hooks from 5.2.0 to 7.0.1 in /packages/eslint-config-godaddy-react

chore(deps): bump eslint-plugin-react-hooks from 5.2.0 to 7.0.1 in /packages/eslint-config-godaddy-react #1510

Workflow file for this run

name: CICD
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
jobs:
cicd:
runs-on: ubuntu-latest
concurrency: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Test
run: pnpm test