Skip to content

build(deps): bump react-select in the non-major group #1321

build(deps): bump react-select in the non-major group

build(deps): bump react-select in the non-major group #1321

Workflow file for this run

name: Continuous Integration
on: [push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
cache: pnpm
node-version-file: package.json
- name: Install dependencies
run: pnpm i --frozen-lockfile
- name: Lint
run: pnpm biome ci --reporter=github