Skip to content

Commit

Permalink
chore: update build-storybook-demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
steven11329 committed Oct 29, 2024
1 parent 95ba87a commit 65018eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-storybook-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16'
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: ^7.33.3
version: 9
- 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.
run: |
pnpm install --frozen-lockfile
Expand Down

0 comments on commit 65018eb

Please sign in to comment.