Skip to content

Bump ejs from 3.1.9 to 3.1.10 #962

Bump ejs from 3.1.9 to 3.1.10

Bump ejs from 3.1.9 to 3.1.10 #962

Workflow file for this run

name: Publish Chromatic
on: push
jobs:
chromatic:
name: Publish Storybook to Chromatic
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Dependencies
run: npm ci
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}