Skip to content

Commit

Permalink
Update publish-storybook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
domjacks authored Jan 28, 2024
1 parent 2763e8c commit 279f4bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build Storybook
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build-storybook
Expand All @@ -46,4 +46,4 @@ jobs:
path: './storybook-static'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit 279f4bd

Please sign in to comment.