Skip to content

Commit

Permalink
Merge pull request #19 from thelia/workflow
Browse files Browse the repository at this point in the history
fix workflow
  • Loading branch information
Lucanis authored Jun 18, 2024
2 parents 414df42 + e3622fc commit 7d72881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
# Job steps
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
Expand Down

0 comments on commit 7d72881

Please sign in to comment.