8000 fix(deps): update dependency zod to v3.25.76 · ganta/marktone@aadbb02 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix(deps): update dependency zod to v3.25.76 #1055

fix(deps): update dependency zod to v3.25.76

fix(deps): update dependency zod to v3.25.76 #1055

Workflow file for this run

name: Chromatic
on:
push:
branches:
- main
pull_request:
defaults:
run:
shell: bash
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: ./.github/actions/setup-node
- name: Run Chromatic
uses: chromaui/action@b5848056bb67ce5f1cccca8e62a37cbd9dd42871 # v13.0.1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
0