Skip to content

build(deps-dev): bump eslint-plugin-react from 7.37.1 to 7.37.2 #229

build(deps-dev): bump eslint-plugin-react from 7.37.1 to 7.37.2

build(deps-dev): bump eslint-plugin-react from 7.37.1 to 7.37.2 #229

Workflow file for this run

name: 'Pull Request'
on: ['pull_request']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test