Skip to content

chore(deps): update dependency @chromatic-com/storybook to v1.9.0 #1464

chore(deps): update dependency @chromatic-com/storybook to v1.9.0

chore(deps): update dependency @chromatic-com/storybook to v1.9.0 #1464

Workflow file for this run

name: run tests
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run tailwind
- run: npm test