Skip to content

Commit

Permalink
update storybook action
Browse files Browse the repository at this point in the history
  • Loading branch information
gtibrett committed Mar 31, 2024
1 parent 3daf59f commit 3772fdb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish-storybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'

- uses: bitovi/github-actions-storybook-to-github-pages@v1.0.1
- uses: bitovi/github-actions-storybook-to-github-pages@v1.2.3
with:
install_command: yarn install
build_command: yarn build-storybook
path: storybook-static
checkout: false
checkout: false
caching: true

0 comments on commit 3772fdb

Please sign in to comment.