Skip to content

Bump @storybook/react from 8.2.6 to 8.2.9 #453

Bump @storybook/react from 8.2.6 to 8.2.9

Bump @storybook/react from 8.2.6 to 8.2.9 #453

Workflow file for this run

name: Validation Pipeline
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Test
run: npm run test