Skip to content

chore(deps-dev): bump @storybook/react from 6.5.15 to 7.0.24 #3669

chore(deps-dev): bump @storybook/react from 6.5.15 to 7.0.24

chore(deps-dev): bump @storybook/react from 6.5.15 to 7.0.24 #3669

Workflow file for this run

name: Danger
on:
pull_request:
types: [opened, synchronize, reopened, edited, assigned, unassigned]
branches: [master]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
danger:
name: Check
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.TOPTAL_DEVBOT_TOKEN }}
if: ${{ github.event.pull_request.head.ref != 'changeset-release/master' }}
steps:
- name: Checkout project
uses: actions/checkout@v3
- name: Setup node 16
uses: actions/setup-node@v3
with:
node-version: '16'
- uses: toptal/davinci-github-actions/[email protected]
- uses: toptal/davinci-github-actions/[email protected]