Skip to content

chore(deps-dev): bump storybook from 7.0.12 to 8.3.0 #2393

chore(deps-dev): bump storybook from 7.0.12 to 8.3.0

chore(deps-dev): bump storybook from 7.0.12 to 8.3.0 #2393

Workflow file for this run

name: Build
on:
pull_request:
branches:
- "**"
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/gallium, lts/hydrogen]
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- uses: pnpm/[email protected]
name: Install pnpm
id: pnpm-install
with:
version: latest
run_install: false
- name: Set up Node ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build