Skip to content

chore(deps): bump @types/validator from 13.7.17 to 13.11.8 #149

chore(deps): bump @types/validator from 13.7.17 to 13.11.8

chore(deps): bump @types/validator from 13.7.17 to 13.11.8 #149

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "pnpm"
- run: pnpm install --no-frozen-lockfile
- run: pnpm run ci