Skip to content

Commit

Permalink
update pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
ethriel3695 committed May 22, 2024
1 parent dba4228 commit 03d421b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/smoke-test-pnpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,20 @@ jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: install
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8
run_install: false
- name: Install dependencies
run: pnpm install && git status --porcelain
- run: pnpm build
- run: pnpm build && git status --porcelain
- name: run chromatic
run: pnpm dlx chromatic --build-script-name build-test-storybook --exit-zero-on-changes --force-rebuild
env:
Expand Down

0 comments on commit 03d421b

Please sign in to comment.