Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Update storybook monorepo to v8 (major) #3057

Update storybook monorepo to v8 (major)

Update storybook monorepo to v8 (major) #3057

Workflow file for this run

name: Build
on: [push, pull_request]
env:
HUSKY: 0
node-version: lts/*
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: ${{ env.node-version }}
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn run build