Skip to content

Commit

Permalink
Merge pull request #389 from PrestaShopCorp/bug/388-ui-reviews-and-te…
Browse files Browse the repository at this point in the history
…sts-steps-still-pending

ci: [chromatic-workflow] - related #388 : upgrade chromatic workflow
  • Loading branch information
mattgoud authored Nov 14, 2024
2 parents 8015e84 + 8d672b5 commit 7966f98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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 All @@ -42,7 +42,7 @@ jobs:

# 👇 Adds Chromatic as a step in the workflow
- name: Publish to Chromatic
uses: chromaui/action@v1
uses: chromaui/action@latest
# Chromatic GitHub Action options
with:
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
node: [20]

steps:
- name: Checkout 🛎
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9.1.2

- name: Setup node env 🏗
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

- name: Cache ~/.pnpm-store 📦
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-pnpm-store
with:
Expand Down

0 comments on commit 7966f98

Please sign in to comment.