Skip to content

chore(deps-dev): bump vitest from 3.0.2 to 3.0.5 #1707

chore(deps-dev): bump vitest from 3.0.2 to 3.0.5

chore(deps-dev): bump vitest from 3.0.2 to 3.0.5 #1707

Workflow file for this run

# .github/workflows/chromatic.yml
name: "Deployer 🚀"
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: 🟢 Node
uses: actions/[email protected]
with:
node-version: 16
registry-url: https://registry.npmjs.org
- name: Install dependencies
run: npm i
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
autoAcceptChanges: true