Skip to content

chore(deps): bump ts-json-schema-generator from 2.3.0 to 2.5.0 #634

chore(deps): bump ts-json-schema-generator from 2.3.0 to 2.5.0

chore(deps): bump ts-json-schema-generator from 2.3.0 to 2.5.0 #634

Workflow file for this run

name: PR Workflow
permissions:
pull-requests: read
on:
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '18.16.1'
- name: Install pnpm
run: npm install -g pnpm
- name: Install Dependencies
run: pnpm install
- name: Run Tests
run: pnpm test