Skip to content

chore(deps): update storybook monorepo to v7.2.1 #7240

chore(deps): update storybook monorepo to v7.2.1

chore(deps): update storybook monorepo to v7.2.1 #7240

Workflow file for this run

name: 'unit tests'
on:
pull_request:
branches:
- main
push:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "unitTest" ?!
unitTests:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: yarn
- run: yarn test