Skip to content

chore(deps): bump @opentelemetry/sdk-logs from 0.57.2 to 0.207.0 #8

chore(deps): bump @opentelemetry/sdk-logs from 0.57.2 to 0.207.0

chore(deps): bump @opentelemetry/sdk-logs from 0.57.2 to 0.207.0 #8

Workflow file for this run

name: Chromatic
on: push
jobs:
chromatic:
name: Run Chromatic
runs-on: ubuntu-latest
env:
SKIP_ENV_VALIDATION: true
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.1
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: apps/web/client
buildScriptName: build-storybook