Skip to content

chore(deps-dev): bump @storybook/theming from 8.3.6 to 8.4.4 #1086

chore(deps-dev): bump @storybook/theming from 8.3.6 to 8.4.4

chore(deps-dev): bump @storybook/theming from 8.3.6 to 8.4.4 #1086

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