Skip to content

Commit

Permalink
πŸ’š update node.js version for automatic Storybook deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnsonMao committed Feb 24, 2024
1 parent 5b2d02b commit 3dfb692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-storybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'

- name: Cache dependencies
id: cache
Expand Down

0 comments on commit 3dfb692

Please sign in to comment.