Skip to content

Bump @storybook/react-webpack5 from 10.2.19 to 10.3.6 #83

Bump @storybook/react-webpack5 from 10.2.19 to 10.3.6

Bump @storybook/react-webpack5 from 10.2.19 to 10.3.6 #83

Workflow file for this run

name: Run CI on commit-graph
on:
pull_request:
paths:
- "**"
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22"
- name: Enable corepack
run: corepack enable
- name: Install and CI
run: yarn && yarn ci