Skip to content

Bump @storybook/react from 6.1.21 to 7.6.17 #662

Bump @storybook/react from 6.1.21 to 7.6.17

Bump @storybook/react from 6.1.21 to 7.6.17 #662

Workflow file for this run

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