Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Bump zod from 3.22.2 to 3.22.4 #344

Bump zod from 3.22.2 to 3.22.4

Bump zod from 3.22.2 to 3.22.4 #344

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint
- name: Run unit tests
run: yarn test