Skip to content

chore: bump @storybook/addon-interactions from 7.6.20 to 8.5.3 in /packages/plugin/src/generators/app/templates #1824

chore: bump @storybook/addon-interactions from 7.6.20 to 8.5.3 in /packages/plugin/src/generators/app/templates

chore: bump @storybook/addon-interactions from 7.6.20 to 8.5.3 in /packages/plugin/src/generators/app/templates #1824

Workflow file for this run

name: Development
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Setup
run: yarn install
- name: Test
run: yarn test
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Setup
run: yarn install
- name: Lint
run: yarn lint