Skip to content

chore(deps): bump @storybook/addon-interactions from 7.4.6 to 7.6.17 #51

chore(deps): bump @storybook/addon-interactions from 7.4.6 to 7.6.17

chore(deps): bump @storybook/addon-interactions from 7.4.6 to 7.6.17 #51

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
types: [opened, synchronize]
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
build:
name: Smoke Tests
timeout-minutes: 15
runs-on: ubuntu-latest
# https://turbo.build/repo/docs/ci/github-actions
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
steps:
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16
cache: "yarn"
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint
- name: Typecheck
run: yarn typecheck
- name: Build
run: yarn build