We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25edaca commit e990becCopy full SHA for e990bec
1 file changed
.github/workflows/chromatic.yml
@@ -26,15 +26,10 @@ jobs:
26
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
27
ref: ${{ github.event.pull_request.head.sha || github.sha }}
28
29
- - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
+ - uses: voidzero-dev/setup-vp@73e69397a8b289de4b1d017ced18e18004183bb1 # v1
30
with:
31
node-version: lts/*
32
-
33
- - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # 5e1c8eafbd745f64b1ef30a7d7ed7965034c486c
34
- name: 🟧 Install pnpm
35
36
- - name: 📦 Install dependencies
37
- run: pnpm install
+ cache: true
38
39
- name: 🧪 Run Chromatic Visual and Accessibility Tests
40
uses: chromaui/action@f191a0224b10e1a38b2091cefb7b7a2337009116 # v16.0.0
0 commit comments