Skip to content

build(deps): bump @growthbook/growthbook-react from 0.18.0 to 1.2.0 #114

build(deps): bump @growthbook/growthbook-react from 0.18.0 to 1.2.0

build(deps): bump @growthbook/growthbook-react from 0.18.0 to 1.2.0 #114

Workflow file for this run

name: Code Linting
on: push
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run ESLint
run: bun run lint