Skip to content

build(deps-dev): bump @storybook/react from 7.3.0 to 7.5.3 #704

build(deps-dev): bump @storybook/react from 7.3.0 to 7.5.3

build(deps-dev): bump @storybook/react from 7.3.0 to 7.5.3 #704

Workflow file for this run

name: ci
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: Install dependencies
run: yarn install
- name: Linting
run: yarn lint
- name: Test
run: yarn test
- name: Build
run: yarn build