Skip to content

Commit a4ca599

Browse files
committed
fix: activate latest pnpm
1 parent 46bee7f commit a4ca599

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-storybook-demo.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
version: latest
2525
run_install: false
2626

27+
- name: Activate pnpm
28+
run: corepack prepare pnpm@latest --activate
29+
2730
- name: Install and Build Storybook
2831
run: |
2932
pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)