Skip to content

chore: bump @chromatic-com/storybook from 3.2.0 to 3.2.3 #810

chore: bump @chromatic-com/storybook from 3.2.0 to 3.2.3

chore: bump @chromatic-com/storybook from 3.2.0 to 3.2.3 #810

Workflow file for this run

name: Build Project
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Node.js 20
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install Dependencies
run: yarn install
- name: Build
run: yarn build