Skip to content

build(deps): bump @storybook/react from 6.4.9 to 10.1.4 #162

build(deps): bump @storybook/react from 6.4.9 to 10.1.4

build(deps): bump @storybook/react from 6.4.9 to 10.1.4 #162

Workflow file for this run

name: Gastby build
on: [pull_request]
jobs:
test-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Set up Node.js
uses: actions/setup-node@v2
with:
cache: npm
- name: Install Dependencies
run: npm ci
- name: Run test and coverage
run: npm run build-ci