Skip to content

Commit

Permalink
chore: add corepack enable command to chromatic to account for yarn u…
Browse files Browse the repository at this point in the history
…pdate
  • Loading branch information
robp committed Nov 12, 2024
1 parent e7f4520 commit 8a6e540
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
with:
node-version: '>=20.18.0'
- name: Install dependencies
run: yarn install --frozen-lockfile
run: |
corepack enable
yarn install --frozen-lockfile
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
Expand Down

0 comments on commit 8a6e540

Please sign in to comment.