Skip to content

chore(deps-dev): bump storybook from 8.0.8 to 8.0.10 #1773

chore(deps-dev): bump storybook from 8.0.8 to 8.0.10

chore(deps-dev): bump storybook from 8.0.8 to 8.0.10 #1773

Workflow file for this run

name: UI Kit Code Checks
on:
pull_request:
push:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
- name: Install Dependencies 🔧
run: npm install
- name: Lint 🧹
run: npm run lint
- name: Build 🔨
run: npm run dist
- name: Unit Tests 🧪
run: npm test