Skip to content

chore(deps): update dependency stylelint-config-standard to v34 #2709

chore(deps): update dependency stylelint-config-standard to v34

chore(deps): update dependency stylelint-config-standard to v34 #2709

Workflow file for this run

name: Chromatic
on:
push:
branches:
- '**'
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm
- name: Install Dependencies
run: pnpm install
- name: Publish to Chromatic
uses: chromaui/action@v1
env:
NODE_OPTIONS: '--max_old_space_size=4096'
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
buildScriptName: 'storybook:build'
exitOnceUploaded: true
onlyChanged: true
externals: packages/(icons/icons|tokens/src)/**