Skip to content

chore(deps-dev): bump @storybook/react from 6.5.16 to 8.0.10 #2488

chore(deps-dev): bump @storybook/react from 6.5.16 to 8.0.10

chore(deps-dev): bump @storybook/react from 6.5.16 to 8.0.10 #2488

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: actions/cache@master
with:
path: node_modules
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
- run: yarn install
- run: yarn sync-rndemo
- run: yarn tsc --noEmit
- run: yarn lint
- run: yarn test