Skip to content

Commit

Permalink
ci: [ci/cd] - related #388 : upgrade chromatic workflow (node 20, upg…
Browse files Browse the repository at this point in the history
…rade some actions versions)
  • Loading branch information
mattgoud committed Nov 14, 2024
1 parent 8015e84 commit 7da7aec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
# Job steps
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup node version
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Setup pnpm
uses: pnpm/action-setup@v4
Expand Down

0 comments on commit 7da7aec

Please sign in to comment.