Skip to content

fix(deps): update dependency @techstack/styled-system to v1.0.420 #10044

fix(deps): update dependency @techstack/styled-system to v1.0.420

fix(deps): update dependency @techstack/styled-system to v1.0.420 #10044

Workflow file for this run

name: Storybook - Chromatic
on: [push]
jobs:
build:
name: Build and publish storybook to chromatic
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['20.x']
os: [ubuntu-latest]
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: Install deps
uses: bahmutov/npm-install@v1
- name: Build
run: yarn build
- name: Publish to Chromatic
uses: chromaui/action@v11
# Chromatic GitHub Action options
with:
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: "packages/components"
env:
LOG_LEVEL: "warn"