Skip to content

Commit

Permalink
Tbolt/Storybook Deploy fix (#3870)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbolt committed Mar 15, 2022
1 parent 7e76adb commit 59cc488
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
uses: actions/checkout@v2.3.1
with:
persist-credentials: false
- name: Node Version
uses: actions/setup-node@v2
with:
node-version: '16.13.2'
- name: Install and Build
run: |
cd web
Expand Down

0 comments on commit 59cc488

Please sign in to comment.