Skip to content

Commit 8cc4b22

Browse files
committed
fix: activate latest pnpm
1 parent 3cd5c79 commit 8cc4b22

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
uses: actions/setup-node@v4
1919
with:
2020
node-version: 24
21-
cache: 'pnpm'
21+
cache: 'npm'
22+
check-latest: false
2223

2324
# Step 2 — Disable Corepack (MUST DO on Node 24)
2425
- name: Disable Corepack

0 commit comments

Comments
 (0)