Skip to content

Upgrade to Storybook 8.4.2 #103 #10

Upgrade to Storybook 8.4.2 #103

Upgrade to Storybook 8.4.2 #103 #10

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies and run build
run: |
npm install -g @storybook/cli
npm install
npm run build