Skip to content

build(deps-dev): bump postcss from 8.4.21 to 8.4.31 #393

build(deps-dev): bump postcss from 8.4.21 to 8.4.31

build(deps-dev): bump postcss from 8.4.21 to 8.4.31 #393

Workflow file for this run

# Name of our action
name: 'Chromatic'
# The event that will trigger the action
on: pull_request
# What the action will do
jobs:
test:
# The operating system it will run on
runs-on: ubuntu-latest
# The list of steps that the action will go through
steps:
- uses: actions/checkout@v1
- run: rm -rf package-lock.json
- run: npm install
#👇 Adds Chromatic as a step in the workflow
- uses: chromaui/action@v1
# Options required for Chromatic's GitHub Action
with:
#👇 Chromatic projectToken, see https://storybook.js.org/tutorials/design-systems-for-developers/react/en/review/ to obtain it
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}