Skip to content

Bump openapi-typescript from 7.10.1 to 7.12.0 #147

Bump openapi-typescript from 7.10.1 to 7.12.0

Bump openapi-typescript from 7.10.1 to 7.12.0 #147

Workflow file for this run

name: 'Unit Tests'
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: 22
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run build:client:all