Skip to content

fix: upgrade zod from 3.22.3 to 3.23.8 #566

fix: upgrade zod from 3.22.3 to 3.23.8

fix: upgrade zod from 3.22.3 to 3.23.8 #566

Workflow file for this run

---
name: "Unit Tests"
on: push
jobs:
"Vitest":
runs-on: ubuntu-latest
container: node:20.3.0
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Run Tests
run: yarn test