Skip to content

Commit

Permalink
fix(ci): setup corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Apr 29, 2024
1 parent ef1a253 commit 9cdf4ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20

- name: Setup corepack
run: corepack enable

- name: Install dependencies
run: pnpm i
Expand Down

0 comments on commit 9cdf4ec

Please sign in to comment.