Skip to content

fix(deps): update dependency validator to ^13.12.0 #2797

fix(deps): update dependency validator to ^13.12.0

fix(deps): update dependency validator to ^13.12.0 #2797

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test-push:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node }}
- run: npx pnpm i --frozen-lockfile=false
- run: npm run lint
- run: npm run test
- run: npm run build