Skip to content

Commit

Permalink
Update Node version in deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleedesign authored Apr 14, 2024
1 parent 723a33e commit 830a6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-node@v3
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 830a6eb

Please sign in to comment.