Skip to content

fix(deps): update dependency next to v13.5.0 [security] #9300

fix(deps): update dependency next to v13.5.0 [security]

fix(deps): update dependency next to v13.5.0 [security] #9300

Workflow file for this run

name: Storybook
on: [push, pull_request]
jobs:
storybook:
name: Storybook
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16.16.0
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Storybook
run: yarn build-storybook