Skip to content

Bump @storybook/react from 8.3.4 to 8.4.2 #1452

Bump @storybook/react from 8.3.4 to 8.4.2

Bump @storybook/react from 8.3.4 to 8.4.2 #1452

Workflow file for this run

name: 'Install, lint, test & build'
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install
run: npm install
- name: Lint
run: npm run lint
- name: Test
run: npm run test
- name: Build
run: npm run build