Skip to content

[Snyk] Security upgrade zod from 3.21.4 to 3.22.3 #19

[Snyk] Security upgrade zod from 3.21.4 to 3.22.3

[Snyk] Security upgrade zod from 3.21.4 to 3.22.3 #19

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# Os: ubuntu-latest, windows-latest and macos-latest
name: Updates Test CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
os: [ubuntu-latest, windows-latest, macos-latest]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run dep:update # update dependencies and run tests