Skip to content

Commit

Permalink
chore: fix storybook build action
Browse files Browse the repository at this point in the history
  • Loading branch information
naporin0624 committed Feb 26, 2025
1 parent 8269141 commit 66ddb7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v4
with:
version: '10.4.0'
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
cache: pnpm
- uses: pnpm/action-setup@v4
with:
version: '10.4.0'

- name: Prepare deps
run: |
Expand Down

0 comments on commit 66ddb7e

Please sign in to comment.