Skip to content

fix(deps): update dependency validator to ^13.11.0 #2458

fix(deps): update dependency validator to ^13.11.0

fix(deps): update dependency validator to ^13.11.0 #2458

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/[email protected]
with:
node-version: ${{ matrix.node }}
- run: npx pnpm i --frozen-lockfile=false
- run: npm run lint
- run: npm run test
- run: npm run build