Skip to content

fix(deps): update dependency validator to v13.11.0 #1229

fix(deps): update dependency validator to v13.11.0

fix(deps): update dependency validator to v13.11.0 #1229

Workflow file for this run

name: "Test suite"
on:
push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 19.x]
steps:
- uses: actions/checkout@v3
name: Use node ${{ matrix.node-version }}
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Build packages
run: pnpm build
- name: Run tests
run: pnpm test