Skip to content

chore(deps-dev): bump storybook from 8.6.12 to 8.6.15 #4036

chore(deps-dev): bump storybook from 8.6.12 to 8.6.15

chore(deps-dev): bump storybook from 8.6.12 to 8.6.15 #4036

Workflow file for this run

name: Review
on:
pull_request:
branches:
- master
jobs:
review:
name: Review
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v5
with:
node-version-file: .nvmrc
cache: yarn
- name: Install dependencies
run: yarn install --immutable
- name: Review
run: yarn review