Skip to content

Bump @storybook/react from 7.4.6 to 7.6.6 #17

Bump @storybook/react from 7.4.6 to 7.6.6

Bump @storybook/react from 7.4.6 to 7.6.6 #17

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: npm ci
- run: npm run storybook:build
- run: npm test
- run: npm run prepublishOnly