Skip to content

Commit 65018eb

Browse files
committed
chore: update build-storybook-demo.yml
1 parent 95ba87a commit 65018eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- uses: actions/setup-node@v3
1414
with:
1515
node-version: '16'
16-
- uses: pnpm/action-setup@v2
16+
- uses: pnpm/action-setup@v4
1717
with:
18-
version: ^7.33.3
18+
version: 9
1919
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
2020
run: |
2121
pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)