Skip to content

Commit

Permalink
fix: chromatic job is not setting up node
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Apr 29, 2024
1 parent b90c147 commit ef1a253
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20

- name: Install dependencies
run: pnpm i
Expand Down

0 comments on commit ef1a253

Please sign in to comment.