Skip to content

fix vulnerabilities in path-to-regexp, body-parser, rollup and semver #1668

fix vulnerabilities in path-to-regexp, body-parser, rollup and semver

fix vulnerabilities in path-to-regexp, body-parser, rollup and semver #1668

Workflow file for this run

name: Chromatic
on: push
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: |
yarn install
- name: Chromatic
uses: chromaui/action@v11
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}