Skip to content

Commit

Permalink
Modified chromatic flow
Browse files Browse the repository at this point in the history
  • Loading branch information
jnwelzel committed Jun 17, 2024
1 parent 9746c86 commit fc4dcb6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
- args: [--global, gulp, prettier, typescript]
- name: Install dependencies
# ⚠️ See your package manager's documentation for the correct command to install dependencies in a CI environment.
run: npm ci
Expand Down

0 comments on commit fc4dcb6

Please sign in to comment.