Skip to content

Commit

Permalink
Temporary fix for chromatic storybook build
Browse files Browse the repository at this point in the history
  • Loading branch information
clauderic committed Nov 6, 2023
1 parent c500a9d commit d733651
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: yarn
- uses: chromaui/action@v1
- name: Specify Node Version
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_TOKEN }}
Expand Down

0 comments on commit d733651

Please sign in to comment.