Skip to content

Commit e9a8d66

Browse files
committed
fix: activate latest pnpm
1 parent faa2b91 commit e9a8d66

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,13 @@ jobs:
1818
node-version: 24
1919
cache: 'pnpm'
2020

21+
# FIX for Node 24
2122
- name: Disable Corepack
2223
run: corepack disable
2324

24-
- name: Setup pnpm
25-
uses: pnpm/action-setup@v4
26-
with:
27-
version: latest
28-
run_install: false
29-
30-
- name: Activate pnpm
31-
run: corepack prepare pnpm@latest --activate
25+
# Install pnpm manually (stable)
26+
- name: Install pnpm
27+
run: npm install -g pnpm@latest
3228

3329
- name: Install and Build Storybook
3430
run: |

0 commit comments

Comments
 (0)