We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259f00d commit 29f1ec8Copy full SHA for 29f1ec8
.github/workflows/publish-docs.yaml
@@ -24,10 +24,10 @@ jobs:
24
# Set up Node
25
- uses: actions/setup-node@v3
26
with:
27
- node-version: '20.x'
28
- - uses: pnpm/action-setup@v3
+ node-version: '22.x'
+ - uses: pnpm/action-setup@v4
29
30
- version: 8
+ version: 10
31
#👇 Add Storybook build and deploy to GitHub Pages as a step in the workflow
32
- uses: bitovi/github-actions-storybook-to-github-pages@v1.0.2
33
env:
0 commit comments