Skip to content

Commit 39f6488

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

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

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

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

21-
# FIX for Node 24
22-
- name: Disable Corepack
23-
run: corepack disable
24-
25-
# Install pnpm manually (stable)
21+
# Install pnpm manually & force-add to PATH
2622
- name: Install pnpm
27-
run: npm install -g pnpm@latest
23+
run: |
24+
npm install -g pnpm@9
25+
echo "$(npm root -g)/pnpm/bin" >> $GITHUB_PATH
2826
2927
- name: Install and Build Storybook
3028
run: |

0 commit comments

Comments
 (0)