Skip to content

Commit

Permalink
Merge pull request #29393 from Mahdi-Hazrati/patch-1
Browse files Browse the repository at this point in the history
Docs: Fix GitHub action example
  • Loading branch information
jonniebigodes authored Oct 21, 2024
2 parents ef4ff77 + 4f65b1b commit 52a345b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_snippets/ghp-github-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Set up Node
- uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '20.x'

#👇 Add Storybook build and deploy to GitHub Pages as a step in the workflow
- uses: bitovi/[email protected]
Expand Down

0 comments on commit 52a345b

Please sign in to comment.