Skip to content

Bump @types/node from 20.10.4 to 20.11.25 in /lib #186

Bump @types/node from 20.10.4 to 20.11.25 in /lib

Bump @types/node from 20.10.4 to 20.11.25 in /lib #186

Workflow file for this run

name: chromatic
on: push
jobs:
chromatic:
environment: elements
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: install lib dependencies
working-directory: ./lib
run: npm install
- name: install storybook dependencies
working-directory: ./storybook
run: npm install
- name: publish to chromatic
uses: chromaui/action@latest
with:
workingDir: ./storybook
buildScriptName: build
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
zip: true