Skip to content

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

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

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

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@v6 # v6.0.2
- name: Setup pnpm
uses: pnpm/action-setup@v5 # v5.0.0
- name: Setup Node.js
uses: actions/setup-node@v6 # v6.3.0
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Test
run: pnpm test