Skip to content

Commit

Permalink
Update build-storybook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-eccles authored Jul 5, 2023
1 parent 6efd648 commit 5ae8a71
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,17 @@ on:
jobs:
build-storybook:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Install and Build
run: |
Expand Down

0 comments on commit 5ae8a71

Please sign in to comment.