Skip to content

build(deps): bump @growthbook/growthbook-react from 0.18.0 to 1.0.1 #103

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

build(deps): bump @growthbook/growthbook-react from 0.18.0 to 1.0.1 #103

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run Build
run: bun run build