Skip to content

chore(deps-dev): bump @storybook/addon-interactions from 7.0.20 to 8.0.5 #193

chore(deps-dev): bump @storybook/addon-interactions from 7.0.20 to 8.0.5

chore(deps-dev): bump @storybook/addon-interactions from 7.0.20 to 8.0.5 #193

Workflow file for this run

name: Test
on:
push:
branches:
- maaster
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "18"
cache: "yarn"
- name: Install dependencies
run: yarn --immutable
- run: yarn lint