Skip to content

chore(deps-dev): bump @chromatic-com/storybook from 2.0.2 to 3.2.1 #1055

chore(deps-dev): bump @chromatic-com/storybook from 2.0.2 to 3.2.1

chore(deps-dev): bump @chromatic-com/storybook from 2.0.2 to 3.2.1 #1055

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
name: Running tests
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install dependencies
run: npm i
- name: Run tests
run: npm run test