Skip to content

Fix security vulnerabilities with older versions of Rollup #414

Fix security vulnerabilities with older versions of Rollup

Fix security vulnerabilities with older versions of Rollup #414

Workflow file for this run

name: Run Chromatic on Storybook
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 20.12.2
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install dependencies
run: |
npm ci --loglevel verbose
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: true