Skip to content

Commit

Permalink
Merge pull request #370 from Game-as-a-Service/fix/auto-deploy-storybook
Browse files Browse the repository at this point in the history
πŸ’š fix: update node.js version for automatic Storybook deployment
  • Loading branch information
JohnsonMao committed Feb 24, 2024
2 parents 5b2d02b + 3dfb692 commit 53b83ef
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 53b83ef

Please sign in to comment.