Skip to content

Commit e990bec

Browse files
committed
chore: update chromatic action
1 parent 25edaca commit e990bec

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/chromatic.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,10 @@ jobs:
2626
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
2727
ref: ${{ github.event.pull_request.head.sha || github.sha }}
2828

29-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
29+
- uses: voidzero-dev/setup-vp@73e69397a8b289de4b1d017ced18e18004183bb1 # v1
3030
with:
3131
node-version: lts/*
32-
33-
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # 5e1c8eafbd745f64b1ef30a7d7ed7965034c486c
34-
name: 🟧 Install pnpm
35-
36-
- name: 📦 Install dependencies
37-
run: pnpm install
32+
cache: true
3833

3934
- name: 🧪 Run Chromatic Visual and Accessibility Tests
4035
uses: chromaui/action@f191a0224b10e1a38b2091cefb7b7a2337009116 # v16.0.0

0 commit comments

Comments
 (0)