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 d5e0c98 commit b6b0030Copy full SHA for b6b0030
.github/workflows/chromatic.yml
@@ -18,7 +18,7 @@ jobs:
18
run: npm install -g pnpm
19
- name: Install dependencies
20
# ⚠️ See your package manager's documentation for the correct command to install dependencies in a CI environment.
21
- run: npm ci
+ run: pnpm install --frozen-lockfile
22
- name: Run Chromatic
23
uses: chromaui/action@latest
24
with:
0 commit comments