Skip to content

build(deps-dev): bump vite from 5.4.17 to 5.4.19 #2292

build(deps-dev): bump vite from 5.4.17 to 5.4.19

build(deps-dev): bump vite from 5.4.17 to 5.4.19 #2292

Workflow file for this run

name: "Deployer 🚀"
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: 🟢 Node
uses: actions/setup-node@v3
with:
node-version: 20
registry-url: https://registry.npmjs.org
- name: Install dependencies
run: |
npm cache clean --force
npm install
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
autoAcceptChanges: true