Skip to content

Commit

Permalink
Upload build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bbujanic committed Feb 12, 2024
1 parent ad8982e commit 96aadc7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20'

- name: Setup Node lts
uses: actions/setup-node@v3
with:
Expand All @@ -44,6 +49,7 @@ jobs:
path: dist/storybook
deploy:
runs-on: ubuntu-latest
name: Build to Storybook
needs: build
steps:
- name: Download build artifact
Expand Down

0 comments on commit 96aadc7

Please sign in to comment.