Skip to content

Commit

Permalink
Merge branch 'main' into 382-new-component-rating-card
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgoud authored Nov 14, 2024
2 parents 64482a4 + 7966f98 commit 1a5ad3d
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 1a5ad3d

Please sign in to comment.