build(deps-dev): bump @storybook/addon-essentials from 6.5.14 to 7.6.13 #533
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Storybook Docs v2 | |
on: | |
push: | |
jobs: | |
build-docs: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v4 | |
with: | |
node-version: 14.15 | |
- run: yarn install | |
- run: yarn build-v2 |