Skip to content

[Snyk] Upgrade zod from 3.20.2 to 3.21.4 #126

[Snyk] Upgrade zod from 3.20.2 to 3.21.4

[Snyk] Upgrade zod from 3.20.2 to 3.21.4 #126

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
node-build:
name: Install, lint, build and test
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{matrix.node-version}}
- run: yarn install
- run: yarn lint
- run: yarn build
#- run: yarn test # TODO: Add mocking database